diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index 7c5dbe06ddf7acd0705a45ca7df5ec32f6dfc6ce..1d112e322dd11153dcf197c38d0993d20814b6a3 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -41,6 +41,7 @@ android:inputType="textShortMessage|textMultiLine|textCapSentences" android:minHeight="48dp" android:minLines="1" + android:maxLines="6" android:paddingBottom="12dp" android:paddingLeft="8dp" android:paddingRight="8dp"