From 40c61eb3827e53da3f57e2c8d1eca0992a88c5b8 Mon Sep 17 00:00:00 2001 From: cmp Date: Sat, 8 Oct 2022 01:07:51 -0500 Subject: Ellipsize usernames if they don't fit on one line in a fully collapsed comment text area. (#1148) --- app/src/main/res/layout/item_comment_fully_collapsed.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/item_comment_fully_collapsed.xml b/app/src/main/res/layout/item_comment_fully_collapsed.xml index 4e0a0d32..22c53776 100644 --- a/app/src/main/res/layout/item_comment_fully_collapsed.xml +++ b/app/src/main/res/layout/item_comment_fully_collapsed.xml @@ -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" -- cgit v1.2.3