--- a/res/layout/chat.xml Sun Apr 24 01:58:35 2011 +0200
+++ b/res/layout/chat.xml Sun Apr 24 02:02:26 2011 +0200
@@ -41,15 +41,16 @@
android:focusable="true"/>
<LinearLayout android:layout_width="fill_parent"
android:layout_height="wrap_content" android:orientation="horizontal"
+ android:gravity="center_vertical"
android:background="#222222" android:padding="8px">
<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"
- android:layout_width="wrap_content" android:layout_height="fill_parent"
+ android:layout_width="wrap_content" android:layout_height="wrap_content"
android:text="@string/chat_send_message" />
</LinearLayout>
</LinearLayout>