forked from mirror/monocles_chat_clean
cap messages after 256 lines in UI
This commit is contained in:
parent
9d935940cf
commit
1f089cbfcd
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue