res/layout/contactdialogaliasdialog.xml
author Marseille
Wed, 24 Jun 2009 18:03:32 +0200
changeset 289 a841ea9fba02
parent 211 d75cbb5937c3
child 293 597ee98a6477
permissions -rw-r--r--
BeemLike suppression d'entry !! Correction bug contactlist quand msg status hyper long.
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>