fix #40, allow adding newlines with Enter
This commit is contained in:
parent
0bf7e12ee8
commit
1950893b58
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue