summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/conversation_list_empty_view.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/layout/conversation_list_empty_view.xml b/res/layout/conversation_list_empty_view.xml
index f9f5c7db7..c5dc31c29 100644
--- a/res/layout/conversation_list_empty_view.xml
+++ b/res/layout/conversation_list_empty_view.xml
@@ -30,11 +30,9 @@
android:layout_height="wrap_content"/>
<TextView
android:id="@+id/empty_text"
- android:layout_width="match_parent"
+ android:layout_width="@dimen/empty_view_text_width"
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"