res/layout/contactlist.xml
author Vincent Veronis <veroni_v@epitech.net>
Thu, 24 Sep 2009 19:13:38 +0200
changeset 378 735a00bd56cb
parent 373 da35534975cd
child 415 164c96b9e98b
permissions -rw-r--r--
MOdification contact list.

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@+id/linlayoutBase"
	android:layout_width="fill_parent" android:layout_height="fill_parent"
	android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android">

	<Gallery xmlns:android="http://schemas.android.com/apk/res/android"
		android:id="@+id/gallery" android:layout_width="fill_parent"
		android:layout_height="wrap_content" android:spacing="50px" />

	<LinearLayout android:layout_width="fill_parent"
		android:layout_height="fill_parent" android:orientation="horizontal">
		<ListView android:id="@+id/contactlist" android:layout_width="fill_parent"
			android:layout_height="fill_parent" />
	</LinearLayout>

</LinearLayout>