Commit 260da3a8 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Avoid long chat name breaking the line.

parent fef76119
...@@ -34,6 +34,8 @@ ...@@ -34,6 +34,8 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:drawablePadding="5dp" android:drawablePadding="5dp"
android:ellipsize="end"
android:maxLines="1"
tools:text="Ronald Perkins" /> tools:text="Ronald Perkins" />
<TextView <TextView
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment