diff options
| author | 2020-12-16 02:47:34 +0000 | |
|---|---|---|
| committer | 2020-12-16 02:47:34 +0000 | |
| commit | 81b11c39add84d536287f737623c2334f0fa0b29 (patch) | |
| tree | 44b1ffad6004f9116032e89ebe2a7b34579559ca | |
| parent | 928109c95d4f16e89a6ab687b607c0c42cb45064 (diff) | |
| parent | 5497568a87b0dbf3162b4525a13179dbd63709f4 (diff) | |
Merge "Mark layout_preference container not important for a11y."
| -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"/> |