res/layout/contactdialog.xml
changeset 196 052599f4e646
child 200 121fe5a66404
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/res/layout/contactdialog.xml	Fri May 22 14:57:30 2009 +0200
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+	android:orientation="vertical" android:layout_width="fill_parent"
+	android:layout_height="fill_parent">
+
+	<Button android:id="@+id/chat" android:layout_width="fill_parent"
+		android:layout_height="wrap_content" android:text="Chat" />
+
+</LinearLayout>
\ No newline at end of file