res/layout/contactlist.xml
author Da Risk <darisk972@gmail.com>
Sat, 13 Feb 2010 23:37:39 +0100
changeset 669 c3946d9276ea
parent 665 01f3b7160f4b
child 764 3d6983b46a03
permissions -rw-r--r--
Merge

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:layout_width="fill_parent" android:layout_height="fill_parent"
	android:orientation="vertical">
	<ViewStub android:id="@+id/contactlist_stub" android:inflatedId="@+id/contactlist_groupstub" android:layout_width="fill_parent"
		android:layout_height="wrap_content" android:layout="@layout/contactlist_groupstub"/>
	<LinearLayout android:layout_width="fill_parent"
		android:layout_height="fill_parent" android:orientation="horizontal"
		android:padding="2px">
		<ListView android:id="@+id/contactlist" android:layout_width="fill_parent"
			android:layout_height="fill_parent" android:transcriptMode="disabled" />
	</LinearLayout>
</LinearLayout>