fix chat edittext to expand vertically when there's more than one line

of text in it.
This commit is contained in:
Eric House 2016-05-30 15:14:52 -07:00
parent 124c85a2e9
commit d3318f6631

View file

@ -25,8 +25,9 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:singleLine="false"
android:inputType="textCapSentences"
android:inputType="textCapSentences|textMultiLine"
android:layout_weight="0"
android:scrollHorizontally="false"
android:hint="@string/chat_hint"
/>