mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01: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:id="@+id/poll_create_question"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:inputType="text"
|
android:inputType="textMultiLine"
|
||||||
tools:ignore="Autofill,LabelFor"/>
|
tools:ignore="Autofill,LabelFor"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
Loading…
Reference in New Issue
Block a user