From cd349c4f16075d2755a60a8e2139f50b9a032317 Mon Sep 17 00:00:00 2001 From: Erwan Croze Date: Tue, 15 Jan 2019 16:55:28 +0100 Subject: [PATCH] Fix chat list view --- res/layout/chatlist_cell.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/res/layout/chatlist_cell.xml b/res/layout/chatlist_cell.xml index 77b5941fe..bb3ee4cfb 100644 --- a/res/layout/chatlist_cell.xml +++ b/res/layout/chatlist_cell.xml @@ -85,24 +85,25 @@ android:id="@+id/sipUri" android:layout_width="180dp" android:layout_height="wrap_content" - android:layout_marginRight="30dp" android:layout_marginTop="8dp" + android:layout_marginRight="10dp" android:ellipsize="end" android:lineSpacingExtra="13.3sp" android:lines="1" android:maxLines="1" android:scrollHorizontally="true" android:textColor="#ff6600" - android:textSize="20sp"/> + android:textSize="20sp" />