res/layout/contactdialogaliasdialog.xml
author nikita@localhost
Mon, 22 Jun 2009 15:59:18 +0200
changeset 256 35f81983d351
parent 211 d75cbb5937c3
child 293 597ee98a6477
permissions -rw-r--r--
Feature #143 Debut de l'implémentation de la feature. D'apres marseille il y a des trucs qui doivent changer au niveau de la connection donc je pause a ce stade la.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
211
marseille@marseille-desktop
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
marseille@marseille-desktop
parents:
diff changeset
     2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
marseille@marseille-desktop
parents:
diff changeset
     3
	android:orientation="vertical" android:layout_width="fill_parent"
marseille@marseille-desktop
parents:
diff changeset
     4
	android:layout_height="fill_parent">
marseille@marseille-desktop
parents:
diff changeset
     5
marseille@marseille-desktop
parents:
diff changeset
     6
	<EditText android:id="@+id/CDAliasDialogName"
marseille@marseille-desktop
parents:
diff changeset
     7
		android:layout_width="fill_parent" android:layout_height="wrap_content" />
marseille@marseille-desktop
parents:
diff changeset
     8
marseille@marseille-desktop
parents:
diff changeset
     9
	<Button android:id="@+id/CDAliasDialogOk" android:layout_width="fill_parent"
marseille@marseille-desktop
parents:
diff changeset
    10
		android:layout_height="wrap_content" android:text="@string/OkButton" />
marseille@marseille-desktop
parents:
diff changeset
    11
marseille@marseille-desktop
parents:
diff changeset
    12
</LinearLayout>