res/layout/contactlist.xml
author Da Risk <da_risk@beem-project.com>
Fri, 18 May 2012 00:25:02 +0200
changeset 981 e1b1c8ad710a
parent 970 02aafc8b2220
child 982 7067aa267917
permissions -rw-r--r--
Use the theme text appearance for most labels.

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

	 	<android.support.v4.view.ViewPager android:id="@+id/pager"
	 	    android:layout_width="fill_parent"
	 	    android:layout_height="fill_parent"
	 	    />
	
</LinearLayout>