res/layout/contactlist.xml
author Vincent Veronis <veroni_v@epitech.net>
Thu, 17 Sep 2009 20:39:09 +0200
changeset 373 da35534975cd
parent 363 c7ee14b65f39
child 378 735a00bd56cb
permissions -rw-r--r--
Modification de la banner. Mise en place d'un adapter pour avoir un effet de liste horizontale.

<?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="10px" />

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