--- a/res/layout/changestatus.xml Wed Jun 09 00:36:33 2010 +0200
+++ b/res/layout/changestatus.xml Wed Jun 09 02:28:23 2010 +0200
@@ -10,7 +10,8 @@
android:text="@string/ChangeStatusType" style="@style/Label" />
<Spinner android:id="@+id/ChangeStatusSpinner"
android:layout_width="fill_parent" android:layout_height="wrap_content"
- android:drawSelectorOnTop="true" android:layout_below="@id/ChangeStatusTypeLabel" />
+ android:drawSelectorOnTop="true" android:layout_below="@id/ChangeStatusTypeLabel"
+ android:contentDescription="@string/ChangeStatusType"/>
<TextView android:id="@+id/ChangeStatusMessageLabel"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:layout_below="@id/ChangeStatusSpinner"
@@ -18,6 +19,7 @@
android:inputType="textShortMessage|textCapSentences|textAutoCorrect|textMultiLine|textImeMultiLine"
android:imeOptions="actionDone"
android:selectAllOnFocus="true"
+ android:focusable="true"
/>
<EditText android:id="@+id/ChangeStatusMessage"
android:inputType="textShortMessage|textAutoCorrect"