From 192a0e7f888ece5da4d294b0b17f93966662d1ce Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sun, 28 Apr 2019 10:54:24 +0200 Subject: [PATCH] Fix issue with a longer last message Signed-off-by: Mario Danic --- .../res/layout/rv_item_conversation_with_last_message.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/rv_item_conversation_with_last_message.xml b/app/src/main/res/layout/rv_item_conversation_with_last_message.xml index 5c9aa8fec..7ae3b0f74 100644 --- a/app/src/main/res/layout/rv_item_conversation_with_last_message.xml +++ b/app/src/main/res/layout/rv_item_conversation_with_last_message.xml @@ -113,8 +113,8 @@ android:layout_toEndOf="@id/dialogLastMessageUserAvatar" android:ellipsize="end" android:gravity="top" - android:lines="2" - android:singleLine="false" + android:lines="1" + android:singleLine="true" android:textColor="@color/warm_grey_four" tools:text="This is the last message\nof an incredibly long two line conversation text" />