allow question to be multiline

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2022-07-15 10:35:31 +02:00 committed by Andy Scherzinger (Rebase PR Action)
parent feaf041685
commit 91fc3c311d

View File

@ -26,12 +26,6 @@
android:padding="@dimen/standard_padding"
tools:background="@color/white">
<!-- <androidx.emoji.widget.EmojiTextView-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:text="@string/nc_create_poll"-->
<!-- android:textStyle="bold"-->
<!-- android:layout_marginBottom="@dimen/standard_half_margin"/>-->
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -42,8 +36,7 @@
<com.nextcloud.talk.utils.EmojiTextInputEditText
android:id="@+id/poll_create_question"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true" />
android:layout_height="wrap_content" />
<TextView
android:layout_width="match_parent"