mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +00:00
Make location single line with ellipsis. Fixes austinhuang0131/barinsta#1212
This commit is contained in:
parent
e1057c8781
commit
e4c4f099e5
1 changed files with 2 additions and 0 deletions
|
|
@ -43,7 +43,9 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/title"
|
||||
android:ellipsize="end"
|
||||
android:gravity="center_vertical"
|
||||
android:maxLines="1"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
|
||||
android:textSize="15sp"
|
||||
android:visibility="visible"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue