equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
|
3 android:layout_height="fill_parent" android:layout_width="fill_parent" |
|
4 android:orientation="vertical" |
|
5 > |
|
6 <LinearLayout android:layout_height="fill_parent" android:layout_width="fill_parent" |
|
7 android:orientation="vertical" > |
|
8 <ImageView android:id="@+id/logo" |
|
9 android:layout_width="fill_parent" android:layout_height="wrap_content" |
|
10 android:layout_marginTop="15dp" |
|
11 android:layout_marginBottom="30dp" |
|
12 android:src="@drawable/logo"/> |
|
13 <FrameLayout |
|
14 android:layout_width="fill_parent" android:layout_height="fill_parent" |
|
15 android:id="@+id/main_content" /> |
|
16 |
|
17 </LinearLayout> |
|
18 </ScrollView> |
|