|
@@ -26,12 +26,6 @@
|
|
android:padding="@dimen/standard_padding"
|
|
android:padding="@dimen/standard_padding"
|
|
tools:background="@color/white">
|
|
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
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -42,8 +36,7 @@
|
|
<com.nextcloud.talk.utils.EmojiTextInputEditText
|
|
<com.nextcloud.talk.utils.EmojiTextInputEditText
|
|
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:singleLine="true" />
|
|
|
|
|
|
+ android:layout_height="wrap_content" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|