Skip to content
Snippets Groups Projects
Commit 4eec29a6 authored by akwizgran's avatar akwizgran
Browse files

Merge branch '762-textinput_does_not_increase' into 'master'


make TextInputView resizable again

* TextInputView can resize up to 3 lines again

Signed-off-by: default avatargoapunk <noobie@goapunks.net>

Closes #762

See merge request !425
parents ea0ad08f 76504387
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