res/layout/contactlist.xml
author marseille
Wed, 16 Sep 2009 21:45:38 +0200
changeset 361 8ec622caf8d8
child 363 c7ee14b65f39
permissions -rw-r--r--
Integration nouvelle contact list.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
361
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
     2
<LinearLayout android:id="@+id/linlayoutBase"
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
     3
	android:layout_width="fill_parent" android:layout_height="fill_parent"
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
     4
	android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android">
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
     5
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
     6
	<LinearLayout android:layout_width="fill_parent"
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
     7
		android:layout_height="wrap_content">
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
     8
		<Button android:id="@+id/btn1" android:layout_width="wrap_content"
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
     9
			android:layout_height="wrap_content" android:text="Left"
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    10
			android:layout_weight="1">
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    11
		</Button>
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    12
		<Button android:id="@+id/btn2" android:layout_width="wrap_content"
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    13
			android:layout_height="wrap_content" android:text="GroupName"
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    14
			android:layout_weight="1">
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    15
		</Button>
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    16
		<Button android:id="@+id/btn3" android:layout_width="wrap_content"
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    17
			android:layout_height="wrap_content" android:text="Right"
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    18
			android:layout_weight="1">
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    19
		</Button>
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    20
	</LinearLayout>
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    21
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    22
	<LinearLayout android:layout_width="fill_parent"
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    23
		android:layout_height="fill_parent" android:orientation="horizontal">
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    24
		<ListView android:id="@+id/contactlist" android:layout_width="fill_parent"
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    25
			android:layout_height="fill_parent" />
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    26
	</LinearLayout>
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    27
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    28
8ec622caf8d8 Integration nouvelle contact list.
marseille
parents:
diff changeset
    29
</LinearLayout>