mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
Fix issue with a longer last message
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
2cb629b0a4
commit
192a0e7f88
@ -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" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user