summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-09-29 14:43:22 -0700
committerAdam Cohen <adamcohen@google.com>2011-09-29 15:23:20 -0700
commit57e1beecacad725fcfd1a55faf3cfc3930b9f877 (patch)
treea8f969b7f1e779e6b3c84c722e1a49ea7bfe2f8f /res/values
parent78713c20577ea114309ebbba2c2e4e2bef953434 (diff)
downloadandroid_packages_apps_Trebuchet-57e1beecacad725fcfd1a55faf3cfc3930b9f877.tar.gz
android_packages_apps_Trebuchet-57e1beecacad725fcfd1a55faf3cfc3930b9f877.tar.bz2
android_packages_apps_Trebuchet-57e1beecacad725fcfd1a55faf3cfc3930b9f877.zip
Fixing text alignment in landscape (issue 5243577)
Change-Id: I43659f56458f08b5e7771a1059b700b8e0a0efd1
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index de438bec2..c8fe0246a 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -77,7 +77,7 @@
</style>
<style name="WorkspaceIcon.Landscape">
- <item name="android:drawablePadding">4dp</item>
+ <item name="android:drawablePadding">2dp</item>
<item name="android:paddingLeft">4dp</item>
<item name="android:paddingRight">4dp</item>
<item name="android:paddingTop">6dp</item>
@@ -91,7 +91,7 @@
<style name="WorkspaceIcon.Landscape.Folder">
<item name="android:drawablePadding">0dp</item>
<item name="android:paddingTop">0dp</item>
- <item name="android:layout_marginTop">-6dp</item>
+ <item name="android:layout_marginTop">-2dp</item>
</style>
<style name="WorkspaceIcon.Portrait.AppsCustomize">