summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-02-06 09:33:56 +0100
committerThomas <tschneider.ac@gmail.com>2023-02-06 09:33:56 +0100
commit8bbac743349c970cc0040dcf32daa861194e0a39 (patch)
tree3bcc737b8a27bb6a90df49c85dc8a56f83dabb28
parentd78235cb1157ce4eb0bb2e74e79df016fc9130ad (diff)
Fix issue #778 - Add description to remove button for fields.
-rw-r--r--app/src/main/res/layouts/mastodon/layout/account_field_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layouts/mastodon/layout/account_field_item.xml b/app/src/main/res/layouts/mastodon/layout/account_field_item.xml
index 18fb0f1d7..d7e924972 100644
--- a/app/src/main/res/layouts/mastodon/layout/account_field_item.xml
+++ b/app/src/main/res/layouts/mastodon/layout/account_field_item.xml
@@ -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"