res/layout/wizard_account.xml
changeset 994 87c97dcb7136
parent 993 8e9ab434ef7d
child 995 6318bee856fd
--- a/res/layout/wizard_account.xml	Tue Sep 25 21:39:45 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-<?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>