res/layout/contactlist.xml
author Vincent Veronis <veroni_v@epitech.net>
Sun, 27 Sep 2009 17:59:13 +0200
changeset 410 60e54a934da2
parent 378 735a00bd56cb
child 415 164c96b9e98b
permissions -rw-r--r--
Correction bug a la connection dans beemservice. Ajout d'un message plus parlant dans le XMPPCONNECTIONADAPTER

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