res/layout/changestatus.xml
changeset 767 74a987c3efb5
parent 725 559845cadddb
child 892 d23d8ad3b9ba
equal deleted inserted replaced
766:ca06684fb92f 767:74a987c3efb5
     8 		<TextView android:id="@+id/ChangeStatusTypeLabel"
     8 		<TextView android:id="@+id/ChangeStatusTypeLabel"
     9 			android:layout_width="fill_parent" android:layout_height="wrap_content"
     9 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    10 			android:text="@string/ChangeStatusType" style="@style/Label" />
    10 			android:text="@string/ChangeStatusType" style="@style/Label" />
    11 		<Spinner android:id="@+id/ChangeStatusSpinner"
    11 		<Spinner android:id="@+id/ChangeStatusSpinner"
    12 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    12 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    13 			android:drawSelectorOnTop="true" android:layout_below="@id/ChangeStatusTypeLabel" />
    13 			android:drawSelectorOnTop="true" android:layout_below="@id/ChangeStatusTypeLabel"
       
    14 			android:contentDescription="@string/ChangeStatusType"/>
    14 		<TextView android:id="@+id/ChangeStatusMessageLabel"
    15 		<TextView android:id="@+id/ChangeStatusMessageLabel"
    15 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    16 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    16 			android:layout_below="@id/ChangeStatusSpinner"
    17 			android:layout_below="@id/ChangeStatusSpinner"
    17 			style="@style/Label"
    18 			style="@style/Label"
    18 			android:inputType="textShortMessage|textCapSentences|textAutoCorrect|textMultiLine|textImeMultiLine"
    19 			android:inputType="textShortMessage|textCapSentences|textAutoCorrect|textMultiLine|textImeMultiLine"
    19 			android:imeOptions="actionDone"
    20 			android:imeOptions="actionDone"
    20 			android:selectAllOnFocus="true"
    21 			android:selectAllOnFocus="true"
       
    22 			android:focusable="true"
    21 			/>
    23 			/>
    22 		<EditText android:id="@+id/ChangeStatusMessage"
    24 		<EditText android:id="@+id/ChangeStatusMessage"
    23 			android:inputType="textShortMessage|textAutoCorrect"
    25 			android:inputType="textShortMessage|textAutoCorrect"
    24 			android:imeOptions="actionDone" android:layout_width="fill_parent"
    26 			android:imeOptions="actionDone" android:layout_width="fill_parent"
    25 			android:layout_height="wrap_content" android:layout_below="@id/ChangeStatusMessageLabel"
    27 			android:layout_height="wrap_content" android:layout_below="@id/ChangeStatusMessageLabel"