mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
allow multiline for polls question input
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
34686dd581
commit
faf5f0f698
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user