res/layout/changestatus.xml
changeset 946 7caab0161cf9
parent 767 74a987c3efb5
equal deleted inserted replaced
945:89f1be755b8d 946:7caab0161cf9
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
     2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
     3 	android:layout_width="fill_parent" android:layout_height="wrap_content"
     3 	android:layout_width="fill_parent" android:layout_height="wrap_content"
     4 	android:orientation="vertical">
     4 	android:orientation="vertical">
     5 	<RelativeLayout android:orientation="vertical"
     5 	<RelativeLayout android:orientation="vertical"
     6 		android:layout_width="fill_parent" android:layout_height="fill_parent"
     6 		android:layout_width="fill_parent" android:layout_height="wrap_content"
     7 		android:padding="10dip">
     7 		android:padding="10dip">
     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"
    14 			android:contentDescription="@string/ChangeStatusType"/>
    14 			android:contentDescription="@string/ChangeStatusType"/>
    15 		<TextView android:id="@+id/ChangeStatusMessageLabel"
    15 		<TextView android:id="@+id/ChangeStatusMessageLabel"
    16 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    16 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    17 			android:layout_below="@id/ChangeStatusSpinner"
    17 			android:layout_below="@id/ChangeStatusSpinner"
    18 			style="@style/Label"
    18 			style="@style/Label"
    19 			android:inputType="textShortMessage|textCapSentences|textAutoCorrect|textMultiLine|textImeMultiLine"
       
    20 			android:imeOptions="actionDone"
       
    21 			android:selectAllOnFocus="true"
    19 			android:selectAllOnFocus="true"
    22 			android:focusable="true"
    20 			android:focusable="true"
       
    21 			android:text="@string/ChangeStatusMessage"
    23 			/>
    22 			/>
    24 		<EditText android:id="@+id/ChangeStatusMessage"
    23 		<EditText android:id="@+id/ChangeStatusMessage"
    25 			android:inputType="textShortMessage|textAutoCorrect"
    24 			android:inputType="textShortMessage|textAutoCorrect"
    26 			android:imeOptions="actionDone" android:layout_width="fill_parent"
    25 			android:imeOptions="actionDone" android:layout_width="fill_parent"
    27 			android:layout_height="wrap_content" android:layout_below="@id/ChangeStatusMessageLabel"
    26 			android:layout_height="wrap_content" android:layout_below="@id/ChangeStatusMessageLabel"