res/layout/contactdialog.xml
author marseille@marseille-desktop
Fri, 22 May 2009 15:43:48 +0200
changeset 200 121fe5a66404
parent 196 052599f4e646
child 209 f5b9da8365f5
permissions -rw-r--r--
debut dialog -> chat

<?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>