res/layout/changestatus.xml
changeset 1022 16040c6df950
parent 952 0867bf998775
--- a/res/layout/changestatus.xml	Tue Jan 22 15:01:56 2013 +0100
+++ b/res/layout/changestatus.xml	Tue Jan 22 17:26:11 2013 +0100
@@ -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">
 		<LinearLayout android:id="@+id/avatar_panel"
 		    android:orientation="vertical"
@@ -29,10 +29,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"