res/layout/contactdialogaliasdialog.xml
changeset 211 d75cbb5937c3
child 293 597ee98a6477
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/res/layout/contactdialogaliasdialog.xml	Fri May 22 19:17:50 2009 +0200
@@ -0,0 +1,12 @@
+<?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">
+
+	<EditText android:id="@+id/CDAliasDialogName"
+		android:layout_width="fill_parent" android:layout_height="wrap_content" />
+
+	<Button android:id="@+id/CDAliasDialogOk" android:layout_width="fill_parent"
+		android:layout_height="wrap_content" android:text="@string/OkButton" />
+
+</LinearLayout>
\ No newline at end of file