mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-04 16:25:06 -05:00
cap messages after 256 lines in UI
This commit is contained in:
parent
6f1a4494eb
commit
331cbf3696
@ -53,6 +53,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:autoLink="web"
|
||||
android:maxLines="256"
|
||||
android:textColorLink="@color/white"
|
||||
android:textColor="@color/white"
|
||||
android:textColorHighlight="@color/grey800"
|
||||
|
@ -54,6 +54,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:autoLink="web"
|
||||
android:maxLines="256"
|
||||
android:textColorLink="@color/black87"
|
||||
android:textColor="@color/black87"
|
||||
android:textColorHighlight="@color/grey500"
|
||||
|
Loading…
Reference in New Issue
Block a user