Merge "Mark layout_preference container not important for a11y."

This commit is contained in:
TreeHugger Robot
2020-12-16 02:47:34 +00:00
committed by Android (Google) Code Review

View File

@@ -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"/>