diff options
| -rw-r--r-- | packages/SettingsLib/LayoutPreference/res/layout/layout_preference_frame.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/SettingsLib/LayoutPreference/res/layout/layout_preference_frame.xml b/packages/SettingsLib/LayoutPreference/res/layout/layout_preference_frame.xml index ee4ce499396f..4412e95c87ed 100644 --- a/packages/SettingsLib/LayoutPreference/res/layout/layout_preference_frame.xml +++ b/packages/SettingsLib/LayoutPreference/res/layout/layout_preference_frame.xml @@ -17,4 +17,5 @@ <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" - android:layout_height="wrap_content"/> + android:layout_height="wrap_content" + android:importantForAccessibility="no"/> |