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" />