From 5e5531805bfd5d2f442139360349468e8be9cc72 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Sun, 4 Jan 2015 02:29:53 -0800 Subject: [PATCH] disable android's landscape keyboard fullscreen in composition, it stops the custom send icon from appearing, and doesn't pay attention to theming. // FREEBIE --- res/layout/conversation_activity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/conversation_activity.xml b/res/layout/conversation_activity.xml index 587422280b..3a0ff8598e 100644 --- a/res/layout/conversation_activity.xml +++ b/res/layout/conversation_activity.xml @@ -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"