res/layout/contactdialog.xml
author nikita@localhost
Tue, 23 Jun 2009 13:34:47 +0200
changeset 269 d78115a6b45b
parent 209 f5b9da8365f5
child 271 e5040078e3bb
permissions -rw-r--r--
Feature #183 des petits trucs en plus, ajout du bouton "block user", il ne faut pas le toucher, il y a un bug dessus encore
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"
209
f5b9da8365f5 Mise en place des alias
marseille@marseille-desktop
parents: 200
diff changeset
     7
		android:layout_height="wrap_content" android:text="@string/CDChat" />
196
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"
209
f5b9da8365f5 Mise en place des alias
marseille@marseille-desktop
parents: 200
diff changeset
    10
		android:layout_height="wrap_content" android:text="@string/CDAlias" />
200
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"
209
f5b9da8365f5 Mise en place des alias
marseille@marseille-desktop
parents: 200
diff changeset
    13
		android:layout_height="wrap_content" android:text="@string/CDGroup" />
200
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"
209
f5b9da8365f5 Mise en place des alias
marseille@marseille-desktop
parents: 200
diff changeset
    16
		android:layout_height="wrap_content" android:text="@string/CDResend" />
200
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"
209
f5b9da8365f5 Mise en place des alias
marseille@marseille-desktop
parents: 200
diff changeset
    19
		android:layout_height="wrap_content" android:text="@string/CDInfos" />
200
121fe5a66404 debut dialog -> chat
marseille@marseille-desktop
parents: 196
diff changeset
    20
269
d78115a6b45b Feature #183
nikita@localhost
parents: 209
diff changeset
    21
	<Button android:id="@+id/CDBlock" android:layout_width="fill_parent"
d78115a6b45b Feature #183
nikita@localhost
parents: 209
diff changeset
    22
		android:layout_height="wrap_content" android:text="@string/CDBlock" />
d78115a6b45b Feature #183
nikita@localhost
parents: 209
diff changeset
    23
196
052599f4e646 oulala le dialog ...
marseille@marseille-desktop
parents:
diff changeset
    24
</LinearLayout>