res/layout/contactlist_groupstub.xml
author Jean-Manuel Da Silva <dasilvj at gmail dot com>
Sun, 28 Feb 2010 20:45:44 +0100
changeset 692 06bd95634e82
parent 667 d54deda513ff
child 745 8d56b9de5a92
permissions -rw-r--r--
* Added back .checkstyle into hg ignore list

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:id="@+id/contactlist_groupstub" android:layout_width="wrap_content"
	android:layout_height="wrap_content">
	<Gallery xmlns:android="http://schemas.android.com/apk/res/android"
		android:id="@+id/contactlist_banner" android:layout_width="fill_parent"
		android:layout_height="42px" android:spacing="42px"
		android:unselectedAlpha="0.4" android:background="#222222" />
	<View android:layout_width="fill_parent" android:layout_height="2dp"
		android:fadingEdge="horizontal" android:background="#555555" />
</LinearLayout>