res/layout/contactlist_groupstub.xml
changeset 745 8d56b9de5a92
parent 667 d54deda513ff
equal deleted inserted replaced
744:5ec323334955 745:8d56b9de5a92
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     3 	android:id="@+id/contactlist_groupstub" android:layout_width="wrap_content"
     3 	android:id="@+id/contactlist_groupstub" android:layout_width="wrap_content"
     4 	android:layout_height="wrap_content">
     4 	android:layout_height="wrap_content">
     5 	<Gallery xmlns:android="http://schemas.android.com/apk/res/android"
     5 	<Gallery xmlns:android="http://schemas.android.com/apk/res/android"
     6 		android:id="@+id/contactlist_banner" android:layout_width="fill_parent"
     6 		android:id="@+id/contactlist_banner" android:layout_width="fill_parent"
     7 		android:layout_height="42px" android:spacing="42px"
     7 		android:layout_height="40dp" android:spacing="25dp"
     8 		android:unselectedAlpha="0.4" android:background="#222222" />
     8 		android:unselectedAlpha="0.4" android:background="#222222" />
     9 	<View android:layout_width="fill_parent" android:layout_height="2dp"
     9 	<View android:layout_width="fill_parent" android:layout_height="2dp"
    10 		android:fadingEdge="horizontal" android:background="#555555" />
    10 		android:fadingEdge="horizontal" android:background="#555555" />
    11 </LinearLayout>
    11 </LinearLayout>