res/layout/sendim.xml
changeset 489 77c573c8217e
parent 461 17300b201cf5
--- a/res/layout/sendim.xml	Fri Oct 30 22:38:11 2009 +0100
+++ b/res/layout/sendim.xml	Tue Nov 03 01:49:00 2009 +0100
@@ -49,7 +49,8 @@
 	</ScrollView>
 
 	<EditText android:id="@+id/userText" android:layout_width="fill_parent"
+		android:inputType="textShortMessage|textAutoCorrect" android:imeOptions="actionSend"
 		android:cursorVisible="false" android:hint="@string/SendIMToSendHint"
 		android:layout_height="wrap_content" />
 
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>