res/layout/changestatus.xml
changeset 489 77c573c8217e
parent 454 eb1d05707795
child 500 4da77df8f950
--- a/res/layout/changestatus.xml	Fri Oct 30 22:38:11 2009 +0100
+++ b/res/layout/changestatus.xml	Tue Nov 03 01:49:00 2009 +0100
@@ -13,6 +13,7 @@
 		android:textColor="@color/blue_sky" />
 
 	<EditText android:id="@+id/ChangeStatusText"
+		android:inputType="textShortMessage|textAutoCorrect" android:imeOptions="actionDone"
 		android:layout_width="fill_parent" android:layout_height="wrap_content"/>
 
 	<LinearLayout android:orientation="horizontal"
@@ -26,4 +27,4 @@
 			android:layout_width="fill_parent" android:layout_height="fill_parent"
 			android:layout_weight="1" android:text="@string/ClearButton" />
 	</LinearLayout>
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>