summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2020-12-16 02:47:34 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-12-16 02:47:34 +0000
commit81b11c39add84d536287f737623c2334f0fa0b29 (patch)
tree44b1ffad6004f9116032e89ebe2a7b34579559ca
parent928109c95d4f16e89a6ab687b607c0c42cb45064 (diff)
parent5497568a87b0dbf3162b4525a13179dbd63709f4 (diff)
Merge "Mark layout_preference container not important for a11y."
-rw-r--r--packages/SettingsLib/LayoutPreference/res/layout/layout_preference_frame.xml3
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"/>