summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-07-27 10:53:39 -0700
committerWinson Chung <winsonc@google.com>2011-07-27 14:34:03 -0700
commita6427b15c18d5b8f3078f553d78f8432de9f46e9 (patch)
treeed68bedc3480ecd3212242bcba61f6af9e7a533e /res/layout-land
parent2f84ef259314b0bef20f6e7e503377212fadc88c (diff)
downloadandroid_packages_apps_Trebuchet-a6427b15c18d5b8f3078f553d78f8432de9f46e9.tar.gz
android_packages_apps_Trebuchet-a6427b15c18d5b8f3078f553d78f8432de9f46e9.tar.bz2
android_packages_apps_Trebuchet-a6427b15c18d5b8f3078f553d78f8432de9f46e9.zip
Fixing minor bugs (5085316, 5082963, 5042828)
- Adding separator between qsb and workspace content - Adding a bit of spacing between drawables and text in all apps - Making the drop target area smaller... Change-Id: I1bebe7dff20fc30e4896de1dcf23d23b62a31a07
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"