diff options
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/res/layout/item_comment.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |