res/layout/changestatus.xml
changeset 880 d23d8ad3b9ba
parent 767 74a987c3efb5
equal deleted inserted replaced
879:2236fe5b2db1 880:d23d8ad3b9ba
     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="fill_parent"
     7 		android:padding="10dip">
     7 		android:padding="10dip">
       
     8 		<LinearLayout android:id="@+id/avatar_panel"
       
     9 		    android:orientation="vertical"
       
    10 		    android:gravity="center"
       
    11 		    android:layout_alignParentTop="true"
       
    12 		    android:layout_width="fill_parent" android:layout_height="fill_parent" >
       
    13 		    <TextView android:text="@string/my_avatar" style="@style/Label"
       
    14 			android:layout_width="wrap_content" android:layout_height="wrap_content" />
       
    15 
       
    16 		    <ImageButton android:id="@+id/avatarButton"
       
    17 			android:layout_width="120dip" android:layout_height="120dip"
       
    18 			android:scaleType="fitCenter" />
       
    19 		</LinearLayout>
     8 		<TextView android:id="@+id/ChangeStatusTypeLabel"
    20 		<TextView android:id="@+id/ChangeStatusTypeLabel"
     9 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    21 			android:layout_width="fill_parent" android:layout_height="wrap_content"
       
    22 			android:layout_below="@id/avatar_panel"
    10 			android:text="@string/ChangeStatusType" style="@style/Label" />
    23 			android:text="@string/ChangeStatusType" style="@style/Label" />
    11 		<Spinner android:id="@+id/ChangeStatusSpinner"
    24 		<Spinner android:id="@+id/ChangeStatusSpinner"
    12 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    25 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    13 			android:drawSelectorOnTop="true" android:layout_below="@id/ChangeStatusTypeLabel"
    26 			android:drawSelectorOnTop="true" android:layout_below="@id/ChangeStatusTypeLabel"
    14 			android:contentDescription="@string/ChangeStatusType"/>
    27 			android:contentDescription="@string/ChangeStatusType"/>