summaryrefslogtreecommitdiffstats
path: root/res/layout-port/launcher.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2012-08-20 22:39:29 -0700
committerAdam Cohen <adamcohen@google.com>2012-08-20 22:43:25 -0700
commit25736aa94cc23a2313c336b663da728bbdae32b2 (patch)
tree5d5095f1b69e29414f51bd81ff9b985d299cec24 /res/layout-port/launcher.xml
parent8e56a75db48d8d62d7defbb64d91e03d430ae67c (diff)
downloadandroid_packages_apps_Trebuchet-25736aa94cc23a2313c336b663da728bbdae32b2.tar.gz
android_packages_apps_Trebuchet-25736aa94cc23a2313c336b663da728bbdae32b2.tar.bz2
android_packages_apps_Trebuchet-25736aa94cc23a2313c336b663da728bbdae32b2.zip
Fix issue where you couldn't click anything in the hotseat
Change-Id: I48aaa63d2a439cee9a2bfd4888cafe13498d88c8
Diffstat (limited to 'res/layout-port/launcher.xml')
-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"