res/layout/chat_compact.xml
changeset 904 64f37098247c
parent 836 ac719bcb0f25
--- a/res/layout/chat_compact.xml	Sun Apr 24 01:58:35 2011 +0200
+++ b/res/layout/chat_compact.xml	Sun Apr 24 02:02:26 2011 +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"