From 2ae64f684919e87a3fa0feca736a2558124b34ea Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Sun, 21 May 2023 23:22:02 -0400 Subject: Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1475 --- app/src/main/res/layout/item_comment.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml index 67bedc1e..b5bb0afe 100644 --- a/app/src/main/res/layout/item_comment.xml +++ b/app/src/main/res/layout/item_comment.xml @@ -45,6 +45,7 @@ android:fontFamily="?attr/font_family" android:textSize="?attr/font_default" android:maxLines="1" + android:ellipsize="end" app:layout_constrainedWidth="true" app:layout_constraintBottom_toTopOf="@id/author_flair_text_view_item_post_comment" app:layout_constraintStart_toEndOf="@id/author_icon_image_view_item_post_comment" -- cgit v1.2.3