mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +00:00
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:
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…
Reference in New Issue
Block a user