summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2012-08-20 22:51:20 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-20 22:51:20 -0700
commit8d92bfed1379deb8ca42dd69781e17ff88bac854 (patch)
tree7e7333012255ec2c51f6df90063e7348088ecb74 /res
parent9d3bdf1b5085c2f683ab89d8c23c2e027f9777fe (diff)
parentb91a9b26f22a9cb004157bc9c018ac03c55bed37 (diff)
downloadandroid_packages_apps_Trebuchet-8d92bfed1379deb8ca42dd69781e17ff88bac854.tar.gz
android_packages_apps_Trebuchet-8d92bfed1379deb8ca42dd69781e17ff88bac854.tar.bz2
android_packages_apps_Trebuchet-8d92bfed1379deb8ca42dd69781e17ff88bac854.zip
am b91a9b26: am 25736aa9: Fix issue where you couldn\'t click anything in the hotseat
* commit 'b91a9b26f22a9cb004157bc9c018ac03c55bed37': Fix issue where you couldn't click anything in the hotseat
Diffstat (limited to 'res')
-rw-r--r--res/layout-port/launcher.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index a4275010b..743ec517f 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -63,16 +63,16 @@
<include android:id="@+id/cell5" layout="@layout/workspace_screen" />
</com.android.launcher2.Workspace>
+ <include
+ android:id="@+id/qsb_bar"
+ layout="@layout/qsb_bar" />
+
<include layout="@layout/hotseat"
android:id="@+id/hotseat"
android:layout_width="match_parent"
android:layout_height="@dimen/button_bar_height_plus_padding"
android:layout_gravity="bottom" />
- <include
- android:id="@+id/qsb_bar"
- layout="@layout/qsb_bar" />
-
<com.android.launcher2.DrawableStateProxyView
android:id="@+id/voice_button_proxy"
android:layout_width="80dp"