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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
196
052599f4e646 oulala le dialog ...
marseille@marseille-desktop
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
052599f4e646 oulala le dialog ...
marseille@marseille-desktop
parents:
diff changeset
     2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
052599f4e646 oulala le dialog ...
marseille@marseille-desktop
parents:
diff changeset
     3
	android:orientation="vertical" android:layout_width="fill_parent"
052599f4e646 oulala le dialog ...
marseille@marseille-desktop
parents:
diff changeset
     4
	android:layout_height="fill_parent">
052599f4e646 oulala le dialog ...
marseille@marseille-desktop
parents:
diff changeset
     5
200
121fe5a66404 debut dialog -> chat
marseille@marseille-desktop
parents: 196
diff changeset
     6
	<Button android:id="@+id/CDChat" android:layout_width="fill_parent"
196
052599f4e646 oulala le dialog ...
marseille@marseille-desktop
parents:
diff changeset
     7
		android:layout_height="wrap_content" android:text="Chat" />
052599f4e646 oulala le dialog ...
marseille@marseille-desktop
parents:
diff changeset
     8
200
121fe5a66404 debut dialog -> chat
marseille@marseille-desktop
parents: 196
diff changeset
     9
	<Button android:id="@+id/CDAlias" android:layout_width="fill_parent"
121fe5a66404 debut dialog -> chat
marseille@marseille-desktop
parents: 196
diff changeset
    10
		android:layout_height="wrap_content" android:text="Alias" />
121fe5a66404 debut dialog -> chat
marseille@marseille-desktop
parents: 196
diff changeset
    11
121fe5a66404 debut dialog -> chat
marseille@marseille-desktop
parents: 196
diff changeset
    12
	<Button android:id="@+id/CDGroup" android:layout_width="fill_parent"
121fe5a66404 debut dialog -> chat
marseille@marseille-desktop
parents: 196
diff changeset
    13
		android:layout_height="wrap_content" android:text="Change group" />
121fe5a66404 debut dialog -> chat
marseille@marseille-desktop
parents: 196
diff changeset
    14
121fe5a66404 debut dialog -> chat
marseille@marseille-desktop
parents: 196
diff changeset
    15
	<Button android:id="@+id/CDResend" android:layout_width="fill_parent"
121fe5a66404 debut dialog -> chat
marseille@marseille-desktop
parents: 196
diff changeset
    16
		android:layout_height="wrap_content" android:text="Resend suscription" />
121fe5a66404 debut dialog -> chat
marseille@marseille-desktop
parents: 196
diff changeset
    17
121fe5a66404 debut dialog -> chat
marseille@marseille-desktop
parents: 196
diff changeset
    18
	<Button android:id="@+id/CDInfos" android:layout_width="fill_parent"
121fe5a66404 debut dialog -> chat
marseille@marseille-desktop
parents: 196
diff changeset
    19
		android:layout_height="wrap_content" android:text="User infos" />
121fe5a66404 debut dialog -> chat
marseille@marseille-desktop
parents: 196
diff changeset
    20
196
052599f4e646 oulala le dialog ...
marseille@marseille-desktop
parents:
diff changeset
    21
</LinearLayout>