res/layout/contactlist_groupstub.xml
changeset 667 d54deda513ff
child 745 8d56b9de5a92
equal deleted inserted replaced
666:2472c1c41100 667:d54deda513ff
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
       
     3 	android:id="@+id/contactlist_groupstub" android:layout_width="wrap_content"
       
     4 	android:layout_height="wrap_content">
       
     5 	<Gallery xmlns:android="http://schemas.android.com/apk/res/android"
       
     6 		android:id="@+id/contactlist_banner" android:layout_width="fill_parent"
       
     7 		android:layout_height="42px" android:spacing="42px"
       
     8 		android:unselectedAlpha="0.4" android:background="#222222" />
       
     9 	<View android:layout_width="fill_parent" android:layout_height="2dp"
       
    10 		android:fadingEdge="horizontal" android:background="#555555" />
       
    11 </LinearLayout>