feat(settingsThemeItem): hide image for accessibility
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
android:layout_width="100dp"
|
android:layout_width="100dp"
|
||||||
android:layout_height="121dp"
|
android:layout_height="121dp"
|
||||||
android:elevation="1dp"
|
android:elevation="1dp"
|
||||||
|
android:importantForAccessibility="no"
|
||||||
android:foreground="?android:selectableItemBackground"
|
android:foreground="?android:selectableItemBackground"
|
||||||
android:duplicateParentState="true"
|
android:duplicateParentState="true"
|
||||||
tools:src="@drawable/theme_auto"/>
|
tools:src="@drawable/theme_auto"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user