Ellipsizing amount if it is larger then right column
This commit is contained in:
parent
8787b2ffd7
commit
079979aca4
|
@ -76,6 +76,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="end"
|
android:gravity="end"
|
||||||
android:lines="1"
|
android:lines="1"
|
||||||
|
android:ellipsize="end"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
|
Loading…
Reference in New Issue