Skip to content
Snippets Groups Projects
Commit 76504387 authored by goapunk's avatar goapunk
Browse files

make TextInputView resizable again


* TextInputView can resize up to 3 lines again

Signed-off-by: default avatargoapunk <noobie@goapunks.net>
parent ea0ad08f
No related branches found
No related tags found
No related merge requests found
......@@ -25,11 +25,11 @@
<org.thoughtcrime.securesms.components.emoji.EmojiEditText
android:id="@+id/input_text"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@android:color/transparent"
android:inputType="textMultiLine|textCapSentences"
android:maxLines="5"
android:maxLines="3"
android:minHeight="@dimen/text_input_height"
android:textColor="@color/briar_text_primary"
android:textColorHint="@color/briar_text_tertiary"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment