summaryrefslogtreecommitdiffstats
path: root/app/src/main/res
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-09-14 11:14:01 +0200
committerThomas <tschneider.ac@gmail.com>2023-09-14 11:14:01 +0200
commit61ff1608f803e1a8c73da4768052e06e7cbd61ff (patch)
treeb08c3188deaacce1f377c575cacd62b1c13d4bb3 /app/src/main/res
parent14127fd203bc428a39e42965948cfad75fe20906 (diff)
Fix polls
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layouts/mastodon/layout/layout_poll_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layouts/mastodon/layout/layout_poll_item.xml b/app/src/main/res/layouts/mastodon/layout/layout_poll_item.xml
index c630f2cee..d1972b1d4 100644
--- a/app/src/main/res/layouts/mastodon/layout/layout_poll_item.xml
+++ b/app/src/main/res/layouts/mastodon/layout/layout_poll_item.xml
@@ -40,7 +40,7 @@
android:layout_marginStart="12dp"
android:drawablePadding="5dp"
android:ellipsize="end"
- android:singleLine="true"
+ android:singleLine="false"
tools:text="Option" />
</androidx.appcompat.widget.LinearLayoutCompat>