res/layout/wizard_account.xml
author Da Risk <da_risk@beem-project.com>
Sun, 23 Sep 2012 00:49:33 +0200
changeset 987 dd0ddb657924
parent 986 2c85a0f62ab0
permissions -rw-r--r--
Create and connect totally asynchronously on start of the BeemService. This fix crash when the service is restart by Android.

<?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>