2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
3 android:layout_width="fill_parent" android:layout_height="fill_parent" |
3 android:layout_width="fill_parent" android:layout_height="fill_parent" |
4 android:orientation="vertical"> |
4 android:orientation="vertical"> |
5 |
5 |
6 <Gallery xmlns:android="http://schemas.android.com/apk/res/android" |
6 <Gallery xmlns:android="http://schemas.android.com/apk/res/android" |
7 android:id="@+id/contactlist_banner" android:layout_width="fill_parent" |
7 android:id="@+id/contactlist_banner" |
8 android:layout_height="wrap_content" android:spacing="50px" /> |
8 android:layout_width="fill_parent" |
|
9 android:layout_height="42px" |
|
10 android:spacing="42px" |
|
11 android:unselectedAlpha="0.4" |
|
12 android:background="#222222" /> |
|
13 |
|
14 <View android:layout_width="fill_parent" |
|
15 android:layout_height="2dp" |
|
16 android:fadingEdge="horizontal" |
|
17 android:background="#555555" /> |
9 |
18 |
10 <LinearLayout android:layout_width="fill_parent" |
19 <LinearLayout android:layout_width="fill_parent" |
11 android:layout_height="fill_parent" android:orientation="horizontal"> |
20 android:layout_height="fill_parent" |
12 <ListView android:id="@+id/contactlist" android:layout_width="fill_parent" |
21 android:orientation="horizontal" |
|
22 android:padding="2px"> |
|
23 <ListView android:id="@+id/contactlist" |
|
24 android:layout_width="fill_parent" |
13 android:layout_height="fill_parent" /> |
25 android:layout_height="fill_parent" /> |
14 </LinearLayout> |
26 </LinearLayout> |
15 |
27 |
16 </LinearLayout> |
28 </LinearLayout> |