Merge "Forcing drag layer to be non accessible. Setting a touch delegate makes a view to become accessible, if its set to auto. This was making drayLayer accessible causing Talkback to speak out every item on the draglayer when window focus changes" into ub-launcher3-calgary

This commit is contained in:
Sunny Goyal 2016-08-08 18:00:23 +00:00 committed by Android (Google) Code Review
commit dd6bb46232
3 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@
android:id="@+id/drag_layer"
android:clipChildren="false"
android:clipToPadding="false"
android:importantForAccessibility="no"
android:layout_width="match_parent"
android:layout_height="match_parent">

View File

@ -27,6 +27,7 @@
<com.android.launcher3.dragndrop.DragLayer
android:id="@+id/drag_layer"
android:clipChildren="false"
android:importantForAccessibility="no"
android:clipToPadding="false"
android:layout_width="match_parent"
android:layout_height="match_parent">

View File

@ -27,6 +27,7 @@
android:id="@+id/drag_layer"
android:clipChildren="false"
android:clipToPadding="false"
android:importantForAccessibility="no"
android:layout_width="match_parent"
android:layout_height="match_parent">