res/layout/changestatus.xml
changeset 465 cdfe45072e7d
parent 454 eb1d05707795
child 489 77c573c8217e
equal deleted inserted replaced
464:40f0b4dda4cb 465:cdfe45072e7d
    11 	<TextView android:layout_width="fill_parent"
    11 	<TextView android:layout_width="fill_parent"
    12 		android:layout_height="wrap_content" android:text="@string/ChangeStatusText"
    12 		android:layout_height="wrap_content" android:text="@string/ChangeStatusText"
    13 		android:textColor="@color/blue_sky" />
    13 		android:textColor="@color/blue_sky" />
    14 
    14 
    15 	<EditText android:id="@+id/ChangeStatusText"
    15 	<EditText android:id="@+id/ChangeStatusText"
    16 		android:layout_width="fill_parent" android:layout_height="wrap_content"
    16 		android:layout_width="fill_parent" android:layout_height="wrap_content"/>
    17 		android:lines="6" />
       
    18 
    17 
    19 	<LinearLayout android:orientation="horizontal"
    18 	<LinearLayout android:orientation="horizontal"
    20 		android:layout_width="fill_parent" android:layout_height="wrap_content">
    19 		android:layout_width="fill_parent" android:layout_height="wrap_content">
    21 
    20 
    22 		<Button android:id="@+id/ChangeStatusOk" android:layout_width="fill_parent"
    21 		<Button android:id="@+id/ChangeStatusOk" android:layout_width="fill_parent"