summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorRohan Shah <shahrk@google.com>2014-08-20 12:01:27 -0700
committerRohan Shah <shahrk@google.com>2014-08-20 12:01:27 -0700
commit33ca5c670394671177f82ed049d8d7c6920164a7 (patch)
treeff55d81ca36e5767e90470f2b4dadee08c11dbad /res/layout
parent87cba6d6d02ea99a8f6066515ce00f8a05c74f23 (diff)
downloadandroid_packages_apps_UnifiedEmail-33ca5c670394671177f82ed049d8d7c6920164a7.tar.gz
android_packages_apps_UnifiedEmail-33ca5c670394671177f82ed049d8d7c6920164a7.tar.bz2
android_packages_apps_UnifiedEmail-33ca5c670394671177f82ed049d8d7c6920164a7.zip
Fix All Done Text View (Better one)
Bug: 17049965 Change-Id: I0f42e0dca4eb4d244c05ced990ba755bdfaedbf7
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/conversation_list_empty_view.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/conversation_list_empty_view.xml b/res/layout/conversation_list_empty_view.xml
index c5dc31c29..7c18fdf1b 100644
--- a/res/layout/conversation_list_empty_view.xml
+++ b/res/layout/conversation_list_empty_view.xml
@@ -30,7 +30,8 @@
android:layout_height="wrap_content"/>
<TextView
android:id="@+id/empty_text"
- android:layout_width="@dimen/empty_view_text_width"
+ android:maxWidth="@dimen/empty_view_text_width"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/empty_view_space"
android:fontFamily="sans-serif-light"