author | Da Risk <da_risk@beem-project.com> |
Sat, 22 Sep 2012 03:21:58 +0200 | |
changeset 986 | 2c85a0f62ab0 |
parent 783 | cfc0f43b29b2 |
permissions | -rw-r--r-- |
699 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
986
2c85a0f62ab0
Rework the account wizard using fragments.
Da Risk <da_risk@beem-project.com>
parents:
783
diff
changeset
|
2 |
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
699 | 3 |
android:layout_height="fill_parent" android:layout_width="fill_parent" |
703 | 4 |
android:orientation="vertical" |
699 | 5 |
> |
986
2c85a0f62ab0
Rework the account wizard using fragments.
Da Risk <da_risk@beem-project.com>
parents:
783
diff
changeset
|
6 |
<LinearLayout android:layout_height="fill_parent" android:layout_width="fill_parent" |
703 | 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"/> |
|
986
2c85a0f62ab0
Rework the account wizard using fragments.
Da Risk <da_risk@beem-project.com>
parents:
783
diff
changeset
|
13 |
<FrameLayout |
2c85a0f62ab0
Rework the account wizard using fragments.
Da Risk <da_risk@beem-project.com>
parents:
783
diff
changeset
|
14 |
android:layout_width="fill_parent" android:layout_height="fill_parent" |
2c85a0f62ab0
Rework the account wizard using fragments.
Da Risk <da_risk@beem-project.com>
parents:
783
diff
changeset
|
15 |
android:id="@+id/main_content" /> |
2c85a0f62ab0
Rework the account wizard using fragments.
Da Risk <da_risk@beem-project.com>
parents:
783
diff
changeset
|
16 |
|
703 | 17 |
</LinearLayout> |
986
2c85a0f62ab0
Rework the account wizard using fragments.
Da Risk <da_risk@beem-project.com>
parents:
783
diff
changeset
|
18 |
</ScrollView> |