res/layout/contactdialog.xml
changeset 353 91bf7d256964
parent 271 e5040078e3bb
child 422 1385ea631852
--- a/res/layout/contactdialog.xml	Tue Aug 25 02:08:51 2009 +0200
+++ b/res/layout/contactdialog.xml	Tue Aug 25 02:49:40 2009 +0200
@@ -5,6 +5,9 @@
 
 	<Button android:id="@+id/CDChat" android:layout_width="fill_parent"
 		android:layout_height="wrap_content" android:text="@string/CDChat" />
+		
+	<Button android:id="@+id/CDCall" android:layout_width="fill_parent"
+		android:layout_height="wrap_content" android:text="@string/CDCall" />
 
 	<Button android:id="@+id/CDAlias" android:layout_width="fill_parent"
 		android:layout_height="wrap_content" android:text="@string/CDAlias" />