Commit 8bbac743 authored by Thomas's avatar Thomas
Browse files

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

parent d78235cb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"