--- a/res/layout/chat.xml Thu Nov 19 19:01:21 2009 +0100
+++ b/res/layout/chat.xml Tue Nov 24 11:37:34 2009 +0100
@@ -34,7 +34,8 @@
android:background="#222222" android:padding="8px">
<EditText android:id="@+id/chat_input" android:layout_width="wrap_content"
android:layout_height="fill_parent" android:layout_weight="1"
- android:ellipsize="end" android:inputType="textShortMessage|textAutoCorrect"
+ android:maxLines="5"
+ android:inputType="textShortMessage|textAutoCorrect|textMultiLine"
android:imeOptions="actionSend" android:cursorVisible="true"
android:hint="@string/chat_input_default_value" />
<Button android:id="@+id/chat_send_message"