res/layout/chat_compact.xml
changeset 969 142f330bd3f6
parent 886 64f37098247c
--- a/res/layout/chat_compact.xml	Fri Apr 06 17:24:04 2012 +0200
+++ b/res/layout/chat_compact.xml	Fri Apr 06 17:43:01 2012 +0200
@@ -18,7 +18,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" />
 		<Button android:id="@+id/chat_send_message"
 			android:layout_width="wrap_content" android:layout_height="fill_parent"