fix #40, allow adding newlines with Enter

This commit is contained in:
tibbi 2020-05-30 17:32:58 +02:00
parent 0bf7e12ee8
commit 1950893b58
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
android:background="@android:color/transparent"
android:gravity="center_vertical"
android:hint="@string/type_a_message"
android:inputType="textCapSentences"
android:inputType="textCapSentences|textMultiLine"
android:minHeight="@dimen/normal_icon_size" />
<ImageView