disable android's landscape keyboard fullscreen

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

// FREEBIE
pull/1/head
Jake McGinty 10 years ago
parent b6822b310e
commit 5e5531805b

@ -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"

Loading…
Cancel
Save