res/layout/chat_compact.xml
changeset 988 d7ddcccdff8a
parent 908 64f37098247c
child 992 142f330bd3f6
--- a/res/layout/chat_compact.xml	Tue Jan 18 00:26:02 2011 +0100
+++ b/res/layout/chat_compact.xml	Tue Jun 05 16:29:25 2012 +0200
@@ -17,7 +17,7 @@
 		<EditText android:id="@+id/chat_input" android:layout_width="0dip"
 			android:layout_height="fill_parent" android:layout_weight="1"
 			android:maxLines="5"
-			android:inputType="textShortMessage|textAutoCorrect|textMultiLine"
+			android:inputType="textShortMessage|textAutoCorrect|textMultiLine|textCapSentences"
 			android:imeOptions="actionSend" android:cursorVisible="true"
 			android:hint="@string/chat_input_default_value" />
 		<Button android:id="@+id/chat_send_message"