diff options
author | Winson Chung <winsonc@google.com> | 2012-05-22 16:27:47 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2012-05-22 16:28:29 -0700 |
commit | 7b067f3054e1915d1b2f8cdcf68ece500208dcf7 (patch) | |
tree | 19562550f8c6ba102ad76bf800dc942321b80dfb /res/layout-land | |
parent | f9c3679dc1492b8d97c6cc0aa15f3dfda7439bf3 (diff) | |
download | packages_apps_trebuchet-7b067f3054e1915d1b2f8cdcf68ece500208dcf7.zip packages_apps_trebuchet-7b067f3054e1915d1b2f8cdcf68ece500208dcf7.tar.gz packages_apps_trebuchet-7b067f3054e1915d1b2f8cdcf68ece500208dcf7.tar.bz2 |
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.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 99d4181..6b65f56 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" |