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-port | |
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-port')
-rw-r--r-- | res/layout-port/launcher.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index f60a204..a427501 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -75,9 +75,9 @@ <com.android.launcher2.DrawableStateProxyView android:id="@+id/voice_button_proxy" - android:layout_width="@dimen/qsb_bar_height" + android:layout_width="80dp" android:layout_height="@dimen/qsb_bar_height" - android:layout_gravity="right" + android:layout_gravity="top|right" android:clickable="true" android:onClick="onClickVoiceButton" android:importantForAccessibility="no" |