OSDN Git Service

Merge "Make VideoPreference not important for talkback." into pi-dev
authorTreeHugger Robot <treehugger-gerrit@google.com>
Tue, 22 May 2018 21:31:09 +0000 (21:31 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Tue, 22 May 2018 21:31:09 +0000 (21:31 +0000)
res/layout/video_preference.xml

index b71a1b5..17b867f 100644 (file)
@@ -23,7 +23,8 @@
     android:clipToPadding="false"
     android:gravity="center"
     android:minHeight="?android:attr/listPreferredItemHeightSmall"
-    android:orientation="horizontal">
+    android:orientation="horizontal"
+    android:importantForAccessibility="noHideDescendants">
 
     <com.android.settings.widget.AspectRatioFrameLayout
         android:id="@+id/video_container"