allow multiline for polls question input

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2022-07-22 19:35:58 +02:00 committed by Andy Scherzinger (Rebase PR Action)
parent 34686dd581
commit faf5f0f698

View File

@ -43,7 +43,7 @@
android:id="@+id/poll_create_question"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text"
android:inputType="textMultiLine"
tools:ignore="Autofill,LabelFor"/>
<TextView