summaryrefslogtreecommitdiffstats
path: root/res/layout-port/launcher.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-09-12 11:47:18 -0700
committerMichael Jurka <mikejurka@google.com>2011-09-12 11:47:18 -0700
commit9d14b47b0a5753e2f60cdf0e1e07fbb838b8c132 (patch)
tree07aae093f9c948fb04dd9335a54645647f859b99 /res/layout-port/launcher.xml
parentb5ba097015c4794fa822f30b38a60a7070a00097 (diff)
downloadandroid_packages_apps_Trebuchet-9d14b47b0a5753e2f60cdf0e1e07fbb838b8c132.tar.gz
android_packages_apps_Trebuchet-9d14b47b0a5753e2f60cdf0e1e07fbb838b8c132.tar.bz2
android_packages_apps_Trebuchet-9d14b47b0a5753e2f60cdf0e1e07fbb838b8c132.zip
Fix regression: QSB is not clickable
Change-Id: I7e3d17d59237f4f3ad4820fa0a43bad7624c6b45
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 898e849ea..b45800ef5 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -46,10 +46,6 @@
android:layout_gravity="bottom"
android:layout_marginBottom="@dimen/button_bar_height" />
- <include
- android:id="@+id/qsb_bar"
- layout="@layout/qsb_bar" />
-
<!-- The workspace contains 5 screens of cells -->
<com.android.launcher2.Workspace
android:id="@+id/workspace"
@@ -71,6 +67,10 @@
<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/apps_customize_pane"
android:id="@+id/apps_customize_pane"
android:layout_width="match_parent"