summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRohan Shah <shahrk@google.com>2014-08-14 14:09:32 -0700
committerRohan Shah <shahrk@google.com>2014-08-14 14:09:32 -0700
commitc910ad4d54b8399b373fba4aec1efb62f9f0fafc (patch)
tree59eb137b179ae3ed5768c57063de67753a9ac6b2 /res
parent174892d90a5fd1f21f8ee18eebcb1fed6392cf3c (diff)
downloadandroid_packages_apps_UnifiedEmail-c910ad4d54b8399b373fba4aec1efb62f9f0fafc.tar.gz
android_packages_apps_UnifiedEmail-c910ad4d54b8399b373fba4aec1efb62f9f0fafc.tar.bz2
android_packages_apps_UnifiedEmail-c910ad4d54b8399b373fba4aec1efb62f9f0fafc.zip
Fix "x new" in Sectioned Inbox Teaser for Large Text
Updated dimensions from dp to sp for count_textView. Bug: 16998904 Change-Id: Ied867ff90341d4277a07d7ed8d5c389e4dd553a7
Diffstat (limited to 'res')
-rw-r--r--res/layout/folder_teaser_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/folder_teaser_item.xml b/res/layout/folder_teaser_item.xml
index cf87214d1..65bd68030 100644
--- a/res/layout/folder_teaser_item.xml
+++ b/res/layout/folder_teaser_item.xml
@@ -64,8 +64,8 @@
<TextView
android:id="@+id/count_textView"
- android:layout_width="57dp"
- android:layout_height="20dp"
+ android:layout_width="57sp"
+ android:layout_height="20sp"
android:layout_gravity="center_vertical"
android:gravity="center"
android:textColor="@color/folder_teaser_count_text"