res/layout/changestatus.xml
changeset 579 9c08b0277c58
parent 506 8e33a89c21a3
child 725 559845cadddb
--- a/res/layout/changestatus.xml	Tue Dec 15 16:26:29 2009 +0100
+++ b/res/layout/changestatus.xml	Tue Dec 15 21:12:51 2009 +0100
@@ -34,5 +34,9 @@
 				android:textStyle="bold" android:textColor="#333333"
 				android:textSize="18sp" />
 		</LinearLayout>
+		<Button android:id="@+id/OpenContactList" android:layout_width="fill_parent"
+			android:layout_height="wrap_content" android:text="@string/OpenContactList"
+			android:layout_below="@+id/ChangeStatusButtons" android:textStyle="bold" android:textColor="#333333"
+				android:textSize="18sp" />
 	</RelativeLayout>
 </ScrollView>