summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRohan Shah <shahrk@google.com>2014-08-19 17:49:41 -0700
committerRohan Shah <shahrk@google.com>2014-08-19 17:49:41 -0700
commit90c54054d512ec06edfa6ba70d3237e6651a2727 (patch)
treebb8d57ee336f30f01ecbb0157d51c4bad689ef91 /res
parent445f058203e6c7f221a655cfe774502e6413131b (diff)
downloadandroid_packages_apps_UnifiedEmail-90c54054d512ec06edfa6ba70d3237e6651a2727.tar.gz
android_packages_apps_UnifiedEmail-90c54054d512ec06edfa6ba70d3237e6651a2727.tar.bz2
android_packages_apps_UnifiedEmail-90c54054d512ec06edfa6ba70d3237e6651a2727.zip
Change width for TL empty_view's TextView
Bug: 17049965 Change-Id: I7fc7fe0c343eceabdfaa665ba53a2f8979aed7a4
Diffstat (limited to 'res')
-rw-r--r--res/layout/conversation_list_empty_view.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/conversation_list_empty_view.xml b/res/layout/conversation_list_empty_view.xml
index c5dc31c29..f9f5c7db7 100644
--- a/res/layout/conversation_list_empty_view.xml
+++ b/res/layout/conversation_list_empty_view.xml
@@ -30,9 +30,11 @@
android:layout_height="wrap_content"/>
<TextView
android:id="@+id/empty_text"
- android:layout_width="@dimen/empty_view_text_width"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/empty_view_space"
+ android:paddingLeft="@dimen/empty_view_space"
+ android:paddingRight="@dimen/empty_view_space"
android:fontFamily="sans-serif-light"
android:textAlignment="center"
android:textColor="#80000000"