res/layout/contactdialog.xml
author Da Risk <darisk972@gmail.com>
Sat, 23 May 2009 20:15:18 +0200
changeset 222 f72be51936d5
parent 200 121fe5a66404
child 209 f5b9da8365f5
permissions -rw-r--r--
Utilisation de setData() dans les pour passer un contact aux Intent Fixe le bug sur les notifications.

<?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/CDChat" android:layout_width="fill_parent"
		android:layout_height="wrap_content" android:text="Chat" />

	<Button android:id="@+id/CDAlias" android:layout_width="fill_parent"
		android:layout_height="wrap_content" android:text="Alias" />

	<Button android:id="@+id/CDGroup" android:layout_width="fill_parent"
		android:layout_height="wrap_content" android:text="Change group" />

	<Button android:id="@+id/CDResend" android:layout_width="fill_parent"
		android:layout_height="wrap_content" android:text="Resend suscription" />

	<Button android:id="@+id/CDInfos" android:layout_width="fill_parent"
		android:layout_height="wrap_content" android:text="User infos" />

</LinearLayout>