From f97ab73c5dfdfd03de42003978f035131798b7bf Mon Sep 17 00:00:00 2001 From: FineFindus <63370021+FineFindus@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:21:20 +0100 Subject: [PATCH] feat(reportChoice): set radioIcon importantForAccessibility to no --- mastodon/src/main/res/layout/item_report_choice.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mastodon/src/main/res/layout/item_report_choice.xml b/mastodon/src/main/res/layout/item_report_choice.xml index 6a748bca2..8ef43e36c 100644 --- a/mastodon/src/main/res/layout/item_report_choice.xml +++ b/mastodon/src/main/res/layout/item_report_choice.xml @@ -11,6 +11,7 @@ android:layout_height="24dp" android:layout_alignParentStart="true" android:layout_centerVertical="true" + android:importantForAccessibility="no" android:tint="?android:textColorSecondary" android:src="@drawable/ic_round_checkbox"/>