summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRohan Shah <shahrk@google.com>2014-08-15 01:25:47 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-12 23:14:49 +0000
commitb19a1f14b95108e09565ad001f47a2c4487b4bcc (patch)
tree60c7815bc0886001531f3bf7126ea085c05785d8 /res
parent2beb15668407a5f28f8b93daec3ff17d2ed1bc0b (diff)
parentc910ad4d54b8399b373fba4aec1efb62f9f0fafc (diff)
downloadandroid_packages_apps_UnifiedEmail-b19a1f14b95108e09565ad001f47a2c4487b4bcc.tar.gz
android_packages_apps_UnifiedEmail-b19a1f14b95108e09565ad001f47a2c4487b4bcc.tar.bz2
android_packages_apps_UnifiedEmail-b19a1f14b95108e09565ad001f47a2c4487b4bcc.zip
Merge "Fix "x new" in Sectioned Inbox Teaser for Large Text" into ub-gmail-ur14-dev
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"