From e10d6ca42488b4803d8eba93e0b642e4bbb12b1f Mon Sep 17 00:00:00 2001 From: alanv Date: Mon, 7 May 2012 17:31:17 -0700 Subject: DO NOT MERGE Set voice button proxy as not important for accessibility. Bug: 6441080 Change-Id: Ib6cfe87322ef283ff3adee8dccee1eb155cd531f --- res/layout-port/launcher.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res/layout-port/launcher.xml') 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" />