disable android's landscape keyboard fullscreen

in composition, it stops the custom send icon from appearing, and
doesn't pay attention to theming.

// FREEBIE
This commit is contained in:
Jake McGinty 2015-01-04 02:29:53 -08:00
parent b6822b310e
commit 5e5531805b

View File

@ -88,7 +88,7 @@
android:background="#00ffffff"
android:padding="12dp"
android:paddingRight="0dp"
android:imeOptions="actionSend|flagNoEnterAction"
android:imeOptions="actionSend|flagNoEnterAction|flagNoExtractUi"
android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine"
android:maxLength="1000"
android:maxLines="4"