res/layout/wizard_account.xml
author Da Risk <da_risk@beem-project.com>
Sun, 23 Sep 2012 03:22:02 +0200
changeset 988 586e34fc7594
parent 986 2c85a0f62ab0
permissions -rw-r--r--
Update the LicenseHeader file

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_height="fill_parent" android:layout_width="fill_parent"
    android:orientation="vertical"
    >
	<LinearLayout android:layout_height="fill_parent" android:layout_width="fill_parent"
	    android:orientation="vertical" >
	    <ImageView android:id="@+id/logo"
		android:layout_width="fill_parent" android:layout_height="wrap_content"
		android:layout_marginTop="15dp"
		android:layout_marginBottom="30dp"
		android:src="@drawable/logo"/>
	    <FrameLayout
		android:layout_width="fill_parent" android:layout_height="fill_parent"
		android:id="@+id/main_content" />
	   
	</LinearLayout>
</ScrollView>