mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-03-02 05:47:56 +00:00
Ellipsize usernames if they don't fit on one line in a fully collapsed comment text area. (#1148)
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user