Эх сурвалжийг харах

Fix issue with a longer last message

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 6 жил өмнө
parent
commit
192a0e7f88

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