Fix issue with a longer last message

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2019-04-28 10:54:24 +02:00
parent 2cb629b0a4
commit 192a0e7f88

View File

@ -113,8 +113,8 @@
android:layout_toEndOf="@id/dialogLastMessageUserAvatar" android:layout_toEndOf="@id/dialogLastMessageUserAvatar"
android:ellipsize="end" android:ellipsize="end"
android:gravity="top" android:gravity="top"
android:lines="2" android:lines="1"
android:singleLine="false" android:singleLine="true"
android:textColor="@color/warm_grey_four" android:textColor="@color/warm_grey_four"
tools:text="This is the last message\nof an incredibly long two line conversation text" /> tools:text="This is the last message\nof an incredibly long two line conversation text" />