# HG changeset patch # User Da Risk # Date 1333725844 -7200 # Node ID 6ef8ae29fd7ffe3da7095e6b623d4597ce071cf4 # Parent a1c5c625a8e64675fb975f0437cdff1a8770e1de Software keyboard will not be shown fullscreen on landscape ChatActivity. diff -r a1c5c625a8e6 -r 6ef8ae29fd7f res/layout/chat.xml --- a/res/layout/chat.xml Mon Mar 05 21:57:48 2012 +0100 +++ b/res/layout/chat.xml Fri Apr 06 17:24:04 2012 +0200 @@ -51,7 +51,7 @@ android:layout_height="fill_parent" android:layout_weight="1" android:maxLines="5" android:inputType="textShortMessage|textAutoCorrect|textMultiLine|textCapSentences" - android:imeOptions="actionSend" android:cursorVisible="true" + android:imeOptions="actionSend|flagNoExtractUi" android:cursorVisible="true" android:hint="@string/chat_input_default_value" />