diff options
author | Winson Chung <winsonc@google.com> | 2012-05-23 11:25:20 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-05-23 11:25:20 -0700 |
commit | eff06b06a5a29b699338ce04396a59735e9fd71a (patch) | |
tree | 75c28f53cd1a86b8d6d6d176416f1e5bf3ea9ee7 /res/layout-land | |
parent | a728543a34e4095dfd1f661dfd3dd6d2ccbca657 (diff) | |
parent | 7b067f3054e1915d1b2f8cdcf68ece500208dcf7 (diff) | |
download | packages_apps_trebuchet-eff06b06a5a29b699338ce04396a59735e9fd71a.zip packages_apps_trebuchet-eff06b06a5a29b699338ce04396a59735e9fd71a.tar.gz packages_apps_trebuchet-eff06b06a5a29b699338ce04396a59735e9fd71a.tar.bz2 |
Merge "Fixing regression in landscape launcher, and enlarging the voice search proxy touch view." into jb-dev
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" |