mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-06 18:57:26 +01:00
Ellipsize usernames if they don't fit on one line in a fully collapsed comment text area. (#1148)
This commit is contained in:
parent
01071e2a52
commit
40c61eb382
@ -32,6 +32,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:maxLines="1"
|
||||
android:ellipsize="end"
|
||||
android:fontFamily="?attr/font_family"
|
||||
android:paddingStart="8dp"
|
||||
android:paddingTop="12dp"
|
||||
|
Loading…
Reference in New Issue
Block a user