667
|
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" |
745
|
7 |
android:layout_height="40dp" android:spacing="25dp" |
667
|
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> |