Ellipsize usernames if they don't fit on one line in a fully collapsed comment text area. (#1148)

This commit is contained in:
cmp 2022-10-08 01:07:51 -05:00 committed by GitHub
parent 01071e2a52
commit 40c61eb382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"