Fix issue #778 - Add description to remove button for fields.

This commit is contained in:
Thomas 2023-02-06 09:33:56 +01:00
parent d78235cb11
commit 8bbac74334
1 changed files with 2 additions and 1 deletions

View File

@ -39,12 +39,13 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/remove"
style="@style/Widget.Material3.Button.OutlinedButton"
style="@style/Widget.Material3.Button.OutlinedButton.Icon"
android:layout_width="36dp"
android:layout_height="36dp"
android:layout_margin="6dp"
android:insetTop="0dp"
android:insetBottom="0dp"
android:contentDescription="@string/delete_field"
android:padding="0dp"
android:textColor="?colorError"
app:icon="@drawable/ic_compose_attachment_remove"