equal
deleted
inserted
replaced
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" xmlns:android="http://schemas.android.com/apk/res/android"> |
4 android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android"> |
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/gallery" android:layout_width="fill_parent" |
7 android:id="@+id/gallery" android:layout_width="fill_parent" |
8 android:layout_height="wrap_content" android:spacing="10px" /> |
8 android:layout_height="wrap_content" android:spacing="50px" /> |
9 |
9 |
10 <LinearLayout android:layout_width="fill_parent" |
10 <LinearLayout android:layout_width="fill_parent" |
11 android:layout_height="fill_parent" android:orientation="horizontal"> |
11 android:layout_height="fill_parent" android:orientation="horizontal"> |
12 <ListView android:id="@+id/contactlist" android:layout_width="fill_parent" |
12 <ListView android:id="@+id/contactlist" android:layout_width="fill_parent" |
13 android:layout_height="fill_parent" /> |
13 android:layout_height="fill_parent" /> |
14 </LinearLayout> |
14 </LinearLayout> |
15 |
15 |
16 |
|
17 </LinearLayout> |
16 </LinearLayout> |