Properly ellipsize autocompletion headers
For example for long emote/sticker pack names Change-Id: I7f1bd44ad6b70dfdd25825b1156d40bcee2e3df8
This commit is contained in:
parent
9b384c0971
commit
1d0686d82d
|
@ -16,6 +16,7 @@
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:textColor="?vctr_content_secondary"
|
android:textColor="?vctr_content_secondary"
|
||||||
|
android:ellipsize="end"
|
||||||
tools:text="Users" />
|
tools:text="Users" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Reference in New Issue