summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorBen Komalo <benkomalo@google.com>2011-10-04 16:23:45 -0700
committerBen Komalo <benkomalo@google.com>2011-10-04 16:23:45 -0700
commitab5ac4fd0003a453ef198d5b36bf6a792f7bb40b (patch)
tree8208f6934cd91d5d3d779ec057c9e95676953bdc /res/values/styles.xml
parentcd75eef4de0ae822e565bf0011092c8ab6b717e9 (diff)
downloadandroid_packages_apps_Email-ab5ac4fd0003a453ef198d5b36bf6a792f7bb40b.tar.gz
android_packages_apps_Email-ab5ac4fd0003a453ef198d5b36bf6a792f7bb40b.tar.bz2
android_packages_apps_Email-ab5ac4fd0003a453ef198d5b36bf6a792f7bb40b.zip
Fix widget padding.
Makes text vertically and horizontally centered Also makes it more robust to text size changes Bug: 5406487 Bug: 5360657 Change-Id: I5183c988163381237cf3aa38121075b7281df695
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 313f20a25..2ab7bcb67 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -78,8 +78,7 @@
<style name="widget_list_item">
<item name="android:textColor">?android:attr/textColorSecondary</item>
- <item name="android:layout_marginLeft">16dip</item>
- <item name="android:layout_marginRight">8dip</item>
+ <item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
</style>
<style name="message_details_label">