res/layout/chat.xml
changeset 1004 bcacb829dc28
parent 991 6ef8ae29fd7f
--- a/res/layout/chat.xml	Tue Jun 05 16:29:25 2012 +0200
+++ b/res/layout/chat.xml	Tue Jun 05 16:44:38 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" />
 		<Button android:id="@+id/chat_send_message"
 			android:layout_width="wrap_content" android:layout_height="wrap_content"