summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-09-19 17:32:58 -0700
committerWinson Chung <winsonc@google.com>2013-09-19 18:07:05 -0700
commitcdef04403695872db8be6342b8dacd437ee02d52 (patch)
treed9f62bc88cfd30ec2c9a1c5de3540b3026aaa77a /res/values/styles.xml
parentbb701aaa83889b208ba8910e08023c84693138d1 (diff)
downloadandroid_packages_apps_Trebuchet-cdef04403695872db8be6342b8dacd437ee02d52.tar.gz
android_packages_apps_Trebuchet-cdef04403695872db8be6342b8dacd437ee02d52.tar.bz2
android_packages_apps_Trebuchet-cdef04403695872db8be6342b8dacd437ee02d52.zip
Fixing some grid spacing issues. (Bug 10754537, 10754538)
- Ensuring app names don't run into each other in folders and on the workspace - Ensuring that app names are aligned with folder names Change-Id: Ie8d546eacd52005778d81c46011c1c84bc24118c
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index cf77b51d9..48b9dbc9f 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -82,15 +82,11 @@
<style name="WorkspaceIcon.Landscape">
</style>
- <style name="WorkspaceIcon.Portrait.AppsCustomize">
- <item name="android:shadowRadius">0.0</item> <!-- Don't use text shadow -->
- <item name="android:background">@null</item>
- <item name="android:textColor">@color/apps_customize_icon_text_color</item>
- </style>
- <style name="WorkspaceIcon.Landscape.AppsCustomize">
+ <style name="WorkspaceIcon.AppsCustomize">
<item name="android:shadowRadius">0.0</item> <!-- Don't use text shadow -->
<item name="android:background">@null</item>
<item name="android:textColor">@color/apps_customize_icon_text_color</item>
+ <item name="android:drawablePadding">4dp</item>
</style>
<style name="QSBBar">