summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-08-08 18:00:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-08-08 18:00:23 +0000
commitdd6bb462326196debc463eac50f0a92e538c69f6 (patch)
treec6443b6c7b9dd4b8ff1500ac2f62c367a43bffc7 /res
parent5f06401807ef408a4b56a127bef1f0b55b0adcf6 (diff)
parent4829a88ed45a93fb2f640c6e37cd5e5803863efe (diff)
downloadandroid_packages_apps_Trebuchet-dd6bb462326196debc463eac50f0a92e538c69f6.tar.gz
android_packages_apps_Trebuchet-dd6bb462326196debc463eac50f0a92e538c69f6.tar.bz2
android_packages_apps_Trebuchet-dd6bb462326196debc463eac50f0a92e538c69f6.zip
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
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/launcher.xml1
-rw-r--r--res/layout-port/launcher.xml1
-rw-r--r--res/layout-sw720dp/launcher.xml1
3 files changed, 3 insertions, 0 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 5c1fec7e3..2e64f6c3f 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -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">
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index b394fa835..d6e2802e2 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -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">
diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml
index b59c715d7..fef80de64 100644
--- a/res/layout-sw720dp/launcher.xml
+++ b/res/layout-sw720dp/launcher.xml
@@ -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">