diff --git a/res/layout/settings_homepage.xml b/res/layout/settings_homepage.xml index 6e2b302541f..5710bace5eb 100644 --- a/res/layout/settings_homepage.xml +++ b/res/layout/settings_homepage.xml @@ -25,6 +25,7 @@ android:id="@+id/card_container" android:layout_width="match_parent" android:layout_height="match_parent" - android:layoutAnimation="@anim/layout_animation_fade_in"/> + android:layoutAnimation="@anim/layout_animation_fade_in" + android:importantForAccessibility="no"/>