summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-05-22 16:27:47 -0700
committerWinson Chung <winsonc@google.com>2012-05-22 16:28:29 -0700
commit7b067f3054e1915d1b2f8cdcf68ece500208dcf7 (patch)
tree19562550f8c6ba102ad76bf800dc942321b80dfb /res/layout-land
parentf9c3679dc1492b8d97c6cc0aa15f3dfda7439bf3 (diff)
downloadandroid_packages_apps_Trebuchet-7b067f3054e1915d1b2f8cdcf68ece500208dcf7.tar.gz
android_packages_apps_Trebuchet-7b067f3054e1915d1b2f8cdcf68ece500208dcf7.tar.bz2
android_packages_apps_Trebuchet-7b067f3054e1915d1b2f8cdcf68ece500208dcf7.zip
Fixing regression in landscape launcher, and enlarging the voice search proxy touch view.
Change-Id: I10290ad4f162361dbc086f161a7124a26d15615c
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/launcher.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 99d4181f9..6b65f5666 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -76,6 +76,16 @@
android:id="@+id/qsb_bar"
layout="@layout/qsb_bar" />
+ <com.android.launcher2.DrawableStateProxyView
+ android:id="@+id/voice_button_proxy"
+ android:layout_width="@dimen/qsb_bar_height"
+ android:layout_height="@dimen/app_icon_size"
+ android:layout_gravity="bottom|left"
+ android:clickable="true"
+ android:onClick="onClickVoiceButton"
+ android:importantForAccessibility="no"
+ launcher:sourceViewId="@+id/voice_button" />
+
<include layout="@layout/apps_customize_pane"
android:id="@+id/apps_customize_pane"
android:layout_width="match_parent"