summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-05-23 11:25:20 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-23 11:25:20 -0700
commiteff06b06a5a29b699338ce04396a59735e9fd71a (patch)
tree75c28f53cd1a86b8d6d6d176416f1e5bf3ea9ee7 /res/layout-port
parenta728543a34e4095dfd1f661dfd3dd6d2ccbca657 (diff)
parent7b067f3054e1915d1b2f8cdcf68ece500208dcf7 (diff)
downloadandroid_packages_apps_Trebuchet-eff06b06a5a29b699338ce04396a59735e9fd71a.tar.gz
android_packages_apps_Trebuchet-eff06b06a5a29b699338ce04396a59735e9fd71a.tar.bz2
android_packages_apps_Trebuchet-eff06b06a5a29b699338ce04396a59735e9fd71a.zip
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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index f60a204da..a4275010b 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"