res/layout/wizard_account.xml
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--
Rework the account wizard using fragments.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
699
aa9aa525a5a6 Add a configuration wizard.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     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
aa9aa525a5a6 Add a configuration wizard.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     3
    android:layout_height="fill_parent" android:layout_width="fill_parent"
703
8cd09cb7b00b Improve account wizard
Da Risk <darisk972@gmail.com>
parents: 699
diff changeset
     4
    android:orientation="vertical"
699
aa9aa525a5a6 Add a configuration wizard.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     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
8cd09cb7b00b Improve account wizard
Da Risk <darisk972@gmail.com>
parents: 699
diff changeset
     7
	    android:orientation="vertical" >
8cd09cb7b00b Improve account wizard
Da Risk <darisk972@gmail.com>
parents: 699
diff changeset
     8
	    <ImageView android:id="@+id/logo"
8cd09cb7b00b Improve account wizard
Da Risk <darisk972@gmail.com>
parents: 699
diff changeset
     9
		android:layout_width="fill_parent" android:layout_height="wrap_content"
8cd09cb7b00b Improve account wizard
Da Risk <darisk972@gmail.com>
parents: 699
diff changeset
    10
		android:layout_marginTop="15dp"
8cd09cb7b00b Improve account wizard
Da Risk <darisk972@gmail.com>
parents: 699
diff changeset
    11
		android:layout_marginBottom="30dp"
8cd09cb7b00b Improve account wizard
Da Risk <darisk972@gmail.com>
parents: 699
diff changeset
    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
8cd09cb7b00b Improve account wizard
Da Risk <darisk972@gmail.com>
parents: 699
diff changeset
    17
	</LinearLayout>
986
2c85a0f62ab0 Rework the account wizard using fragments.
Da Risk <da_risk@beem-project.com>
parents: 783
diff changeset
    18
</ScrollView>