equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="utf-8"?> |
1 <?xml version="1.0" encoding="utf-8"?> |
2 <LinearLayout android:id="@+id/linlayoutBase" |
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" xmlns:android="http://schemas.android.com/apk/res/android"> |
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/gallery" android:layout_width="fill_parent" |
7 android:id="@+id/gallery" android:layout_width="fill_parent" |
8 android:layout_height="wrap_content" android:spacing="50px" /> |
8 android:layout_height="wrap_content" android:spacing="50px" /> |
9 |
9 |