summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-10-11 17:53:58 -0700
committerWinson Chung <winsonc@google.com>2011-10-11 18:20:33 -0700
commit5fc72b31863639e70b3d944a3b650f42e46932a6 (patch)
tree75e8e206dc0673dc4c8253075a811d5f45ee9f42 /res/values/styles.xml
parent3a02e82cfff354ba5e4444114b1ae2a1d5ac2862 (diff)
downloadandroid_packages_apps_Trebuchet-5fc72b31863639e70b3d944a3b650f42e46932a6.tar.gz
android_packages_apps_Trebuchet-5fc72b31863639e70b3d944a3b650f42e46932a6.tar.bz2
android_packages_apps_Trebuchet-5fc72b31863639e70b3d944a3b650f42e46932a6.zip
Fixing some issues with AppsCustomize
- Tweaking the widget page to make it a little tighter - Altering the way we generate widget previews to make them more consistent - Making the Apps page two line titles Change-Id: I7bce420466c1d41fb87b423f259472482803a406
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 05a83b283..83683880c 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -95,12 +95,14 @@
</style>
<style name="WorkspaceIcon.Portrait.AppsCustomize">
+ <item name="android:singleLine">false</item>
+ <item name="android:maxLines">2</item>
<item name="android:background">@null</item>
- <item name="android:paddingTop">4dp</item>
+ <item name="android:paddingTop">0dp</item>
<item name="android:paddingBottom">0dp</item>
<item name="android:paddingLeft">0dp</item>
<item name="android:paddingRight">0dp</item>
- <item name="android:drawablePadding">8dp</item>
+ <item name="android:drawablePadding">2dp</item>
</style>
<style name="WorkspaceIcon.Landscape.AppsCustomize">
<item name="android:background">@null</item>