summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-07-27 15:18:16 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-27 15:18:16 -0700
commit365055f289bc9c3c730f1dcf26c99afc6d8b31c5 (patch)
tree6a0c9c12020f444dfb60d70fdeedf0641f3663e1 /res/layout-land
parentaed8c8302a7fe2ed121a96ad1801a7da39f5af40 (diff)
parenta6427b15c18d5b8f3078f553d78f8432de9f46e9 (diff)
downloadandroid_packages_apps_Trebuchet-365055f289bc9c3c730f1dcf26c99afc6d8b31c5.tar.gz
android_packages_apps_Trebuchet-365055f289bc9c3c730f1dcf26c99afc6d8b31c5.tar.bz2
android_packages_apps_Trebuchet-365055f289bc9c3c730f1dcf26c99afc6d8b31c5.zip
Merge "Fixing minor bugs (5085316, 5082963, 5042828)"
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/launcher.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 215f8db51..9d394d09c 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -22,9 +22,18 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
+ <!-- Keep these behind the workspace so that they are not visible when
+ we go into AllApps -->
+ <include
+ android:id="@+id/qsb_divider"
+ layout="@layout/workspace_divider"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:layout_marginLeft="@dimen/qsb_bar_height"
+ android:layout_gravity="left" />
<include
android:id="@+id/dock_divider"
- layout="@layout/dock_divider"
+ layout="@layout/workspace_divider"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginRight="@dimen/button_bar_height"