res/layout/chat.xml
changeset 525 32e700f9f07e
parent 500 4da77df8f950
child 526 62a448d5dfe9
--- a/res/layout/chat.xml	Sun Nov 15 00:11:06 2009 +0100
+++ b/res/layout/chat.xml	Mon Nov 16 22:39:11 2009 +0100
@@ -31,7 +31,7 @@
 		android:smoothScrollbar="false" android:layout_marginBottom="20sp"
 		android:padding="4px" />
 	<EditText android:id="@+id/chat_input" android:layout_width="fill_parent"
-		android:layout_height="wrap_content" android:inputType="textShortMessage|textAutoComplete"
+		android:layout_height="wrap_content" android:inputType="textShortMessage"
 		android:imeOptions="actionSend" android:cursorVisible="true"
 		android:hint="@string/chat_input_default_value" />
 </LinearLayout>