res/layout/contactlist.xml
author marseille@KungFuh
Tue, 31 Mar 2009 20:46:06 +0200
changeset 47 743ccc7961dc
parent 21 b9f4a0ef574a
child 48 e7a787b81100
permissions -rw-r--r--
Contact liste recuperer. Cest pas encore au top!

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

        <ExpandableListView android:id="@+id/android:list"
			android:layout_width="fill_parent"
			android:layout_height="fill_parent"
            android:layout_weight="1" />

        <TextView android:id="@+id/android:empty"
			android:layout_width="fill_parent"
            android:layout_height="fill_parent" android:text="Non connecte" />

</LinearLayout>