mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
allow question to be multiline
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
feaf041685
commit
91fc3c311d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user