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