aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2023-05-22 03:22:02 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2023-05-22 03:22:02 +0000
commit2ae64f684919e87a3fa0feca736a2558124b34ea (patch)
tree5017dd6949f9a4a91642d859fd67d3cd72384f24 /app/src/main/res
parente8c9915a6ffde5ad79f145c8c4c99ee0023534e4 (diff)
downloadinfinity-for-reddit-2ae64f684919e87a3fa0feca736a2558124b34ea.tar
infinity-for-reddit-2ae64f684919e87a3fa0feca736a2558124b34ea.tar.gz
infinity-for-reddit-2ae64f684919e87a3fa0feca736a2558124b34ea.tar.bz2
infinity-for-reddit-2ae64f684919e87a3fa0feca736a2558124b34ea.tar.lz
infinity-for-reddit-2ae64f684919e87a3fa0feca736a2558124b34ea.tar.xz
infinity-for-reddit-2ae64f684919e87a3fa0feca736a2558124b34ea.tar.zst
infinity-for-reddit-2ae64f684919e87a3fa0feca736a2558124b34ea.zip
Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1475
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/item_comment.xml1
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"