浏览代码

Fix issue with a longer last message

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 6 年之前
父节点
当前提交
192a0e7f88
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/src/main/res/layout/rv_item_conversation_with_last_message.xml

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