diff options
author | Winson Chung <winsonc@google.com> | 2011-07-27 15:18:16 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-07-27 15:18:16 -0700 |
commit | 365055f289bc9c3c730f1dcf26c99afc6d8b31c5 (patch) | |
tree | 6a0c9c12020f444dfb60d70fdeedf0641f3663e1 /res/layout-land | |
parent | aed8c8302a7fe2ed121a96ad1801a7da39f5af40 (diff) | |
parent | a6427b15c18d5b8f3078f553d78f8432de9f46e9 (diff) | |
download | packages_apps_trebuchet-365055f289bc9c3c730f1dcf26c99afc6d8b31c5.zip packages_apps_trebuchet-365055f289bc9c3c730f1dcf26c99afc6d8b31c5.tar.gz packages_apps_trebuchet-365055f289bc9c3c730f1dcf26c99afc6d8b31c5.tar.bz2 |
Merge "Fixing minor bugs (5085316, 5082963, 5042828)"
Diffstat (limited to 'res/layout-land')
-rw-r--r-- | res/layout-land/launcher.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 215f8db..9d394d0 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" |