From 4d836f80329c7815f55dbaa254e4efa2c5288f1e Mon Sep 17 00:00:00 2001 From: FineFindus <63370021+FineFindus@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:21:54 +0100 Subject: [PATCH] feat(instanceCategory): set (unused) emoji importantForAccessibility to no --- mastodon/src/main/res/layout/item_instance_category.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mastodon/src/main/res/layout/item_instance_category.xml b/mastodon/src/main/res/layout/item_instance_category.xml index c42cfe844..e1451494c 100644 --- a/mastodon/src/main/res/layout/item_instance_category.xml +++ b/mastodon/src/main/res/layout/item_instance_category.xml @@ -11,6 +11,7 @@ android:id="@+id/emoji" android:layout_width="24dp" android:layout_height="24dp" + android:importantForAccessibility="no" android:layout_marginBottom="6dp" android:layout_gravity="center_horizontal"/>