res/layout/contactlist.xml
author Da Risk <darisk972@gmail.com>
Sat, 26 Sep 2009 18:34:00 +0200
changeset 403 ae8dfe45b0c9
parent 378 735a00bd56cb
child 415 164c96b9e98b
permissions -rw-r--r--
Ajout de plus d'erreurs sur les regles du checkstyle. Penser a mettre a jour votre checkstyle.xml

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