changeset 489 | 77c573c8217e |
parent 480 | eb6f1fbea903 |
child 493 | 56af5554a081 |
--- a/res/layout/chat.xml Fri Oct 30 22:38:11 2009 +0100 +++ b/res/layout/chat.xml Tue Nov 03 01:49:00 2009 +0100 @@ -36,6 +36,7 @@ <EditText android:id="@+id/chat_input" android:layout_width="fill_parent" android:layout_height="wrap_content" + android:inputType="textShortMessage|textAutoComplete" android:imeOptions="actionSend" android:cursorVisible="false" android:hint="@string/chat_input_default_value" /> </LinearLayout> </LinearLayout>