summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-07-17 16:29:15 -0700
committerRomain Guy <romainguy@android.com>2009-07-17 16:29:15 -0700
commit6da5b433c1b3d8b95371c418d4ab1aa88baa488c (patch)
tree0157a391e4a5b539cc3ed2e0742e8f6593c34296 /res/layout-land
parent6c8bbcb5a2bbae2c83e1c684c2a06b8b72b47f52 (diff)
downloadandroid_packages_apps_Trebuchet-6da5b433c1b3d8b95371c418d4ab1aa88baa488c.tar.gz
android_packages_apps_Trebuchet-6da5b433c1b3d8b95371c418d4ab1aa88baa488c.tar.bz2
android_packages_apps_Trebuchet-6da5b433c1b3d8b95371c418d4ab1aa88baa488c.zip
Adjust the padding in Home's all apps drawer
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/application_boxed.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout-land/application_boxed.xml b/res/layout-land/application_boxed.xml
index 63d2254b4..7656b58db 100644
--- a/res/layout-land/application_boxed.xml
+++ b/res/layout-land/application_boxed.xml
@@ -19,6 +19,8 @@
android:layout_width="fill_parent"
android:layout_height="88dip"
+ android:paddingLeft="2dip"
+ android:paddingRight="2dip"
android:paddingTop="5dip"
android:paddingBottom="2dip"
android:drawablePadding="0dip"