summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layouts/mastodon/layout/drawer_conversation.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layouts/mastodon/layout/drawer_conversation.xml')
-rw-r--r--app/src/main/res/layouts/mastodon/layout/drawer_conversation.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layouts/mastodon/layout/drawer_conversation.xml b/app/src/main/res/layouts/mastodon/layout/drawer_conversation.xml
index 2146e32ac..00dd98df3 100644
--- a/app/src/main/res/layouts/mastodon/layout/drawer_conversation.xml
+++ b/app/src/main/res/layouts/mastodon/layout/drawer_conversation.xml
@@ -90,9 +90,11 @@
android:id="@+id/status_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:ellipsize="end"
android:layout_marginHorizontal="6dp"
android:layout_marginTop="6dp"
- tools:maxLines="10"
+ android:maxLines="5"
+ tools:maxLines="5"
tools:text="@tools:sample/lorem/random" />
<HorizontalScrollView