From 610c02f8bf641408c78ef57c39367ed5259fe2cf Mon Sep 17 00:00:00 2001 From: alanv Date: Thu, 3 May 2012 15:25:12 -0700 Subject: [PATCH] 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(+) diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index 603038220f..91b1364ebf 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -79,6 +79,7 @@ android:layout_gravity="right" android:clickable="true" android:onClick="onClickVoiceButton" + android:importantForAccessibility="no" launcher:sourceViewId="@+id/voice_button" />