From 62b91664e9e3342fbe262bc2561b448a8adce554 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Wed, 3 May 2023 09:05:05 +0200 Subject: [PATCH] Allow multiline polls (this time for real) (#3608) --- app/src/main/res/layout/item_poll.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/main/res/layout/item_poll.xml b/app/src/main/res/layout/item_poll.xml index 1c1a5ae7..fdc0614a 100644 --- a/app/src/main/res/layout/item_poll.xml +++ b/app/src/main/res/layout/item_poll.xml @@ -35,8 +35,6 @@ android:id="@+id/status_poll_checkbox" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:ellipsize="end" - android:lines="1" android:textColor="?android:attr/textColorPrimary" android:textSize="?attr/status_text_medium" app:buttonTint="@color/compound_button_color"