summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-10-10 12:00:37 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-10-10 12:00:37 -0700
commit3a02e82cfff354ba5e4444114b1ae2a1d5ac2862 (patch)
tree79b56b3d23d677a86ff977c925af42578b451e62 /res/layout-port
parent8900eb0d5be0950261bb951e41ae5222dc40ea5a (diff)
parent9b0f23bafdfd642b8ce8c54f1bbd95e6823e0037 (diff)
downloadandroid_packages_apps_Trebuchet-3a02e82cfff354ba5e4444114b1ae2a1d5ac2862.tar.gz
android_packages_apps_Trebuchet-3a02e82cfff354ba5e4444114b1ae2a1d5ac2862.tar.bz2
android_packages_apps_Trebuchet-3a02e82cfff354ba5e4444114b1ae2a1d5ac2862.zip
Merge "Fixing annoying issue where page outlines looked off-center."
Diffstat (limited to 'res/layout-port')
-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"