Fix ever-expanding text box

Closes #3195
This commit is contained in:
volcano99 2015-05-19 20:48:37 +02:00 committed by Moxie Marlinspike
parent 24bf2be5ae
commit ef9cc680f0

View File

@ -89,7 +89,7 @@
android:paddingRight="0dp" android:paddingRight="0dp"
android:paddingLeft="0dp" android:paddingLeft="0dp"
android:imeOptions="actionSend|flagNoEnterAction|flagNoExtractUi" android:imeOptions="actionSend|flagNoEnterAction|flagNoExtractUi"
android:inputType="textAutoCorrect|textCapSentences" android:inputType="textAutoCorrect|textCapSentences|textMultiLine"
android:maxLength="2000" android:maxLength="2000"
android:maxLines="4" android:maxLines="4"
android:nextFocusForward="@+id/send_button" android:nextFocusForward="@+id/send_button"