summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authoralanv <alanv@google.com>2012-05-07 17:31:17 -0700
committeralanv <alanv@google.com>2012-05-07 17:31:49 -0700
commite10d6ca42488b4803d8eba93e0b642e4bbb12b1f (patch)
tree465048d87431a657d31d37c9d1f66287f4384808 /res
parent8a0bff5e35f63321178bbf777ec24d42544866b3 (diff)
downloadandroid_packages_apps_Trebuchet-e10d6ca42488b4803d8eba93e0b642e4bbb12b1f.tar.gz
android_packages_apps_Trebuchet-e10d6ca42488b4803d8eba93e0b642e4bbb12b1f.tar.bz2
android_packages_apps_Trebuchet-e10d6ca42488b4803d8eba93e0b642e4bbb12b1f.zip
DO NOT MERGE Set voice button proxy as not important for accessibility.
Bug: 6441080 Change-Id: Ib6cfe87322ef283ff3adee8dccee1eb155cd531f
Diffstat (limited to 'res')
-rw-r--r--res/layout-port/launcher.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index 34301a35b..f60a204da 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -80,6 +80,7 @@
android:layout_gravity="right"
android:clickable="true"
android:onClick="onClickVoiceButton"
+ android:importantForAccessibility="no"
launcher:sourceViewId="@+id/voice_button" />
<include layout="@layout/apps_customize_pane"