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"/> |
31 android:layout_below="@id/ChangeStatusMessage" |
44 android:layout_below="@id/ChangeStatusMessage" |
32 android:orientation="horizontal"> |
45 android:orientation="horizontal"> |
33 <Button android:id="@+id/ChangeStatusOk" |
46 <Button android:id="@+id/ChangeStatusOk" |
34 android:layout_width="fill_parent" android:layout_height="wrap_content" |
47 android:layout_width="fill_parent" android:layout_height="wrap_content" |
35 android:layout_weight="1" |
48 android:layout_weight="1" |
36 android:text="@string/UpdateButton" android:textStyle="bold" |
49 android:text="@string/UpdateButton" /> |
37 android:textSize="18sp" android:textColor="#333333" /> |
|
38 <Button android:id="@+id/ChangeStatusClear" |
50 <Button android:id="@+id/ChangeStatusClear" |
39 android:layout_width="fill_parent" android:layout_height="wrap_content" |
51 android:layout_width="fill_parent" android:layout_height="wrap_content" |
40 android:layout_weight="1" |
52 android:layout_weight="1" |
41 android:text="@string/ClearButton" |
53 android:text="@string/ClearButton" /> |
42 android:textStyle="bold" android:textColor="#333333" |
|
43 android:textSize="18sp" /> |
|
44 </LinearLayout> |
54 </LinearLayout> |
45 <Button android:id="@+id/OpenContactList" android:layout_width="fill_parent" |
55 <Button android:id="@+id/OpenContactList" android:layout_width="fill_parent" |
46 android:layout_height="wrap_content" android:text="@string/OpenContactList" |
56 android:layout_height="wrap_content" android:text="@string/OpenContactList" |
47 android:layout_below="@+id/ChangeStatusButtons" android:textStyle="bold" android:textColor="#333333" |
57 android:layout_below="@+id/ChangeStatusButtons" /> |
48 android:textSize="18sp" /> |
|
49 </RelativeLayout> |
58 </RelativeLayout> |
50 </ScrollView> |
59 </ScrollView> |