--- a/res/layout/changestatus.xml Mon Jul 16 11:43:10 2012 +0200
+++ b/res/layout/changestatus.xml Mon Jul 16 15:43:55 2012 +0200
@@ -3,7 +3,7 @@
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:orientation="vertical">
<RelativeLayout android:orientation="vertical"
- android:layout_width="fill_parent" android:layout_height="fill_parent"
+ android:layout_width="fill_parent" android:layout_height="wrap_content"
android:padding="10dip">
<TextView android:id="@+id/ChangeStatusTypeLabel"
android:layout_width="fill_parent" android:layout_height="wrap_content"
@@ -16,10 +16,9 @@
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:layout_below="@id/ChangeStatusSpinner"
style="@style/Label"
- android:inputType="textShortMessage|textCapSentences|textAutoCorrect|textMultiLine|textImeMultiLine"
- android:imeOptions="actionDone"
android:selectAllOnFocus="true"
android:focusable="true"
+ android:text="@string/ChangeStatusMessage"
/>
<EditText android:id="@+id/ChangeStatusMessage"
android:inputType="textShortMessage|textAutoCorrect"