res/layout/wizard_account.xml~
changeset 703 8cd09cb7b00b
parent 702 f30ae9c4051e
child 704 e310d3275d5d
child 706 bc47c8518bfd
--- a/res/layout/wizard_account.xml~	Sun Mar 07 07:31:24 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_height="fill_parent" android:layout_width="fill_parent"
-    >
-    <TextView android:id="@+id/wizard_account_tv"
-	android:layout_width="fill_parent" android:layout_height="wrap_content"
-	android:layout_alignParentTop="true"
-	android:text="@string/account_wizard_text1"
-	android:textSize="14sp"
-	android:paddingBottom="10dip" />
-    <RadioGroup android:layout_width="fill_parent" android:layout_height="wrap_content"
-	android:layout_below="@id/wizard_account_tv" >
-	<RadioButton android:id="@+id/configure_account"
-	    android:layout_width="fill_parent" android:layout_height="wrap_content"
-	    android:text="@string/account_wizard_configure_account"/>
-	<RadioButton android:id="@+id/create_account"
-	    android:layout_width="fill_parent" android:layout_height="wrap_content"
-	    android:text="@string/account_wizard_create_account"/>
-	
-    </RadioGroup>
-
-    <RelativeLayout
-	android:layout_alignParentBottom="true"
-	android:gravity="right" 
-	android:layout_height="wrap_content"
-	android:layout_width="fill_parent"
-	android:background="@drawable/bottombar" >
-	<Button
-	    android:id="@+id/next"
-	    android:text="suivant"
-	    android:minWidth="100dp"
-	    android:layout_height="wrap_content"
-	    android:layout_width="wrap_content"
-	    android:drawableRight="@drawable/button_indicator_next"
-	    android:layout_alignParentRight="true"
-	    android:layout_centerVertical="true"
-	    />
-    </RelativeLayout>
-
-</RelativeLayout>