44 android:layout_below="@id/ChangeStatusMessage" |
44 android:layout_below="@id/ChangeStatusMessage" |
45 android:orientation="horizontal"> |
45 android:orientation="horizontal"> |
46 <Button android:id="@+id/ChangeStatusOk" |
46 <Button android:id="@+id/ChangeStatusOk" |
47 android:layout_width="fill_parent" android:layout_height="wrap_content" |
47 android:layout_width="fill_parent" android:layout_height="wrap_content" |
48 android:layout_weight="1" |
48 android:layout_weight="1" |
49 android:text="@string/UpdateButton" android:textStyle="bold" |
49 android:text="@string/UpdateButton" /> |
50 android:textSize="18sp" android:textColor="#333333" /> |
|
51 <Button android:id="@+id/ChangeStatusClear" |
50 <Button android:id="@+id/ChangeStatusClear" |
52 android:layout_width="fill_parent" android:layout_height="wrap_content" |
51 android:layout_width="fill_parent" android:layout_height="wrap_content" |
53 android:layout_weight="1" |
52 android:layout_weight="1" |
54 android:text="@string/ClearButton" |
53 android:text="@string/ClearButton" /> |
55 android:textStyle="bold" android:textColor="#333333" |
|
56 android:textSize="18sp" /> |
|
57 </LinearLayout> |
54 </LinearLayout> |
58 <Button android:id="@+id/OpenContactList" android:layout_width="fill_parent" |
55 <Button android:id="@+id/OpenContactList" android:layout_width="fill_parent" |
59 android:layout_height="wrap_content" android:text="@string/OpenContactList" |
56 android:layout_height="wrap_content" android:text="@string/OpenContactList" |
60 android:layout_below="@+id/ChangeStatusButtons" android:textStyle="bold" android:textColor="#333333" |
57 android:layout_below="@+id/ChangeStatusButtons" /> |
61 android:textSize="18sp" /> |
|
62 </RelativeLayout> |
58 </RelativeLayout> |
63 </ScrollView> |
59 </ScrollView> |