res/layout/contactlist.xml
author Nikita Kozlov <nikita@beem-project.com>
Sun, 27 Sep 2009 06:48:28 +0200
changeset 408 ee45ce9c47fe
parent 378 735a00bd56cb
child 415 164c96b9e98b
permissions -rw-r--r--
petit debug dans UmlGraph.jar et maj du javadoc.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>