res/layout/changestatus.xml
changeset 489 77c573c8217e
parent 454 eb1d05707795
child 500 4da77df8f950
equal deleted inserted replaced
488:77e8f3384a3b 489:77c573c8217e
    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:inputType="textShortMessage|textAutoCorrect" android:imeOptions="actionDone"
    16 		android:layout_width="fill_parent" android:layout_height="wrap_content"/>
    17 		android:layout_width="fill_parent" android:layout_height="wrap_content"/>
    17 
    18 
    18 	<LinearLayout android:orientation="horizontal"
    19 	<LinearLayout android:orientation="horizontal"
    19 		android:layout_width="fill_parent" android:layout_height="wrap_content">
    20 		android:layout_width="fill_parent" android:layout_height="wrap_content">
    20 
    21