1 <?xml version="1.0" encoding="utf-8"?> |
1 <?xml version="1.0" encoding="utf-8"?> |
2 |
|
3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
4 android:orientation="vertical" android:layout_width="fill_parent" |
3 android:orientation="vertical" android:layout_width="fill_parent" |
5 android:layout_height="fill_parent"> |
4 android:layout_height="fill_parent" android:padding="6px"> |
6 |
5 |
7 <Spinner android:id="@+id/ChangeStatusSpinner" |
6 <Spinner android:id="@+id/ChangeStatusSpinner" |
8 android:layout_width="fill_parent" android:layout_height="wrap_content" |
7 android:layout_width="fill_parent" android:layout_height="wrap_content" |
9 android:drawSelectorOnTop="true" /> |
8 android:drawSelectorOnTop="true" /> |
10 |
9 |
11 <TextView android:layout_width="fill_parent" |
10 <TextView android:layout_width="fill_parent" |
12 android:layout_height="wrap_content" android:text="@string/ChangeStatusText" |
11 android:layout_height="wrap_content" android:text="@string/ChangeStatusText" |
13 android:textColor="@color/blue_sky" /> |
12 android:textColor="@color/blue_sky" /> |
14 |
13 |
15 <EditText android:id="@+id/ChangeStatusText" |
14 <EditText android:id="@+id/ChangeStatusText" |
16 android:inputType="textShortMessage|textAutoCorrect" android:imeOptions="actionDone" |
15 android:inputType="textShortMessage|textAutoCorrect" |
17 android:layout_width="fill_parent" android:layout_height="wrap_content"/> |
16 android:imeOptions="actionDone" android:layout_width="fill_parent" |
|
17 android:layout_height="wrap_content" /> |
18 |
18 |
19 <LinearLayout android:orientation="horizontal" |
19 <LinearLayout android:orientation="horizontal" |
20 android:layout_width="fill_parent" android:layout_height="wrap_content"> |
20 android:layout_width="fill_parent" android:layout_height="wrap_content"> |
21 |
21 |
22 <Button android:id="@+id/ChangeStatusOk" android:layout_width="fill_parent" |
22 <Button android:id="@+id/ChangeStatusOk" android:layout_width="fill_parent" |