forked from mirrors/Fedilab
		
	Fix issue #778 - Add description to remove button for fields.
This commit is contained in:
		
							parent
							
								
									d78235cb11
								
							
						
					
					
						commit
						8bbac74334
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -39,12 +39,13 @@ | ||||||
| 
 | 
 | ||||||
|     <com.google.android.material.button.MaterialButton |     <com.google.android.material.button.MaterialButton | ||||||
|         android:id="@+id/remove" |         android:id="@+id/remove" | ||||||
|         style="@style/Widget.Material3.Button.OutlinedButton" |         style="@style/Widget.Material3.Button.OutlinedButton.Icon" | ||||||
|         android:layout_width="36dp" |         android:layout_width="36dp" | ||||||
|         android:layout_height="36dp" |         android:layout_height="36dp" | ||||||
|         android:layout_margin="6dp" |         android:layout_margin="6dp" | ||||||
|         android:insetTop="0dp" |         android:insetTop="0dp" | ||||||
|         android:insetBottom="0dp" |         android:insetBottom="0dp" | ||||||
|  |         android:contentDescription="@string/delete_field" | ||||||
|         android:padding="0dp" |         android:padding="0dp" | ||||||
|         android:textColor="?colorError" |         android:textColor="?colorError" | ||||||
|         app:icon="@drawable/ic_compose_attachment_remove" |         app:icon="@drawable/ic_compose_attachment_remove" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue