summaryrefslogtreecommitdiffstats
path: root/res/layout-port/launcher.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-10-09 15:03:40 -0700
committerWinson Chung <winsonc@google.com>2011-10-09 15:04:41 -0700
commit9b0f23bafdfd642b8ce8c54f1bbd95e6823e0037 (patch)
tree56b0b386ac40e6ad1c73e87b89ef074054518ecb /res/layout-port/launcher.xml
parent4045eb736e76374ec8b53b4cea2eaea47c72db4a (diff)
downloadandroid_packages_apps_Trebuchet-9b0f23bafdfd642b8ce8c54f1bbd95e6823e0037.tar.gz
android_packages_apps_Trebuchet-9b0f23bafdfd642b8ce8c54f1bbd95e6823e0037.tar.bz2
android_packages_apps_Trebuchet-9b0f23bafdfd642b8ce8c54f1bbd95e6823e0037.zip
Fixing annoying issue where page outlines looked off-center.
- Also addressed folder icon clipping issue (Bug: 5199082) Change-Id: Ifc76024e10e0ecf0103cd314f4d02523b068f923
Diffstat (limited to 'res/layout-port/launcher.xml')
-rw-r--r--res/layout-port/launcher.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index 061d8e39b..e9ee5f82d 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -44,7 +44,7 @@
android:id="@+id/workspace"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:paddingTop="@dimen/qsb_bar_height"
+ android:paddingTop="@dimen/qsb_bar_height_inset"
android:paddingBottom="@dimen/button_bar_height"
launcher:defaultScreen="2"
launcher:cellCountX="4"