Browse Source

allow question to be multiline

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe 3 years ago
parent
commit
91fc3c311d
1 changed files with 1 additions and 8 deletions
  1. 1 8
      app/src/main/res/layout/dialog_poll_create.xml

+ 1 - 8
app/src/main/res/layout/dialog_poll_create.xml

@@ -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"