From 4f5aba38e2011593dc5500b0e68675f6c78eaa9e Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sat, 17 Sep 2016 11:08:25 +0200 Subject: some text input modifications --- src/main/res/layout/fragment_conversation.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main/res/layout/fragment_conversation.xml') diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index 37b57e1fd..6fd6e1dde 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -47,12 +47,13 @@ android:inputType="textShortMessage|textMultiLine|textCapSentences" android:minHeight="48dp" android:minLines="1" + android:maxLines="4" android:paddingBottom="12dp" android:paddingLeft="8dp" android:paddingRight="8dp" android:paddingTop="12dp" - android:textColor="@color/black87"> - + android:textColor="@color/black87" + android:singleLine="false"> -- cgit v1.2.3