res/layout/create_account.xml
changeset 256 35f81983d351
parent 230 21d91ef67e97
child 489 77c573c8217e
--- a/res/layout/create_account.xml	Sat Jun 20 22:42:26 2009 +0200
+++ b/res/layout/create_account.xml	Mon Jun 22 15:59:18 2009 +0200
@@ -1,48 +1,34 @@
 <?xml version="1.0" encoding="utf-8"?>
 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
-	android:orientation="vertical"
-   	android:layout_width="fill_parent"
-    android:layout_height="fill_parent">
-	<LinearLayout
-		android:layout_width="fill_parent"
-		android:layout_height="fill_parent"
-		android:orientation="vertical"
+	android:orientation="vertical" android:layout_width="fill_parent"
+	android:layout_height="fill_parent">
+	<LinearLayout android:layout_width="fill_parent"
+		android:layout_height="fill_parent" android:orientation="vertical"
 		android:padding="10dip">
-    	<TextView android:id="@+id/create_account_label_username"
-    		android:layout_width="fill_parent"
-    		android:layout_height="wrap_content"
-  			android:text="@string/create_account_username"
-    		style="@style/Label" />
+		<TextView android:id="@+id/create_account_label_username"
+			android:layout_width="fill_parent" android:layout_height="wrap_content"
+			android:text="@string/create_account_username" style="@style/Label" />
 		<EditText android:id="@+id/create_account_username"
-			android:layout_width="fill_parent"
-			android:layout_height="wrap_content"
+			android:layout_width="fill_parent" android:layout_height="wrap_content"
 			android:singleLine="true" />
-    	<TextView android:id="@+id/create_account_label_password"
-    		android:layout_width="fill_parent"
-    		android:layout_height="wrap_content"
-    		android:text="@string/create_account_password"
-    		style="@style/Label" />
+		<TextView android:id="@+id/create_account_label_password"
+			android:layout_width="fill_parent" android:layout_height="wrap_content"
+			android:text="@string/create_account_password" style="@style/Label" />
 		<EditText android:id="@+id/create_account_password"
-			android:layout_width="fill_parent"
-			android:layout_height="wrap_content"
-			android:password="true"
-			android:singleLine="true" />
-    	<TextView android:id="@+id/create_account_label_confirm_password"
-    		android:layout_width="fill_parent"
-    		android:layout_height="wrap_content"
-    		android:text="@string/create_account_confirm_password"
-    		style="@style/Label" />
+			android:layout_width="fill_parent" android:layout_height="wrap_content"
+			android:password="true" android:singleLine="true" />
+		<TextView android:id="@+id/create_account_label_confirm_password"
+			android:layout_width="fill_parent" android:layout_height="wrap_content"
+			android:text="@string/create_account_confirm_password" style="@style/Label" />
 		<EditText android:id="@+id/create_account_confirm_password"
-			android:layout_width="fill_parent"
-			android:layout_height="wrap_content"
-			android:password="true"
-			android:singleLine="true" />
-    	<View
-    		android:layout_height="21dp"
-    		android:layout_width="fill_parent" />
+			android:layout_width="fill_parent" android:layout_height="wrap_content"
+			android:password="true" android:singleLine="true" />
+		<View android:layout_height="21dp" android:layout_width="fill_parent" />
 		<Button android:id="@+id/create_account_button"
-			android:layout_width="fill_parent"
-			android:layout_height="fill_parent"
+			android:layout_width="fill_parent" android:layout_height="fill_parent"
 			android:text="@string/button_create_account" />
+		<Button android:id="@+id/create_account_login_button"
+			android:layout_width="fill_parent" android:layout_height="fill_parent"
+			android:text="@string/button_create_login_account" />
 	</LinearLayout>
 </ScrollView>