res/layout/accountcreation.xml
changeset 256 35f81983d351
parent 255 8d0efe92412b
child 260 0ce1e306fdd3
child 261 e082fd525147
--- a/res/layout/accountcreation.xml	Sat Jun 20 22:42:26 2009 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-	android:orientation="vertical" android:layout_width="fill_parent"
-	android:layout_height="fill_parent">
-	<LinearLayout android:orientation="horizontal"
-		android:layout_width="fill_parent" android:layout_height="wrap_content">
-		<TextView android:layout_width="wrap_content"
-			android:layout_height="wrap_content" android:text="@string/ACLogin"
-			android:minWidth="70dp" />
-
-		<EditText android:id="@+id/ac_login" android:layout_width="wrap_content"
-			android:layout_height="wrap_content" android:singleLine="true"
-			android:textSize="16sp" android:autoText="false" android:capitalize="none"
-			android:minWidth="150dp" android:scrollHorizontally="true" />
-	</LinearLayout>
-
-	<LinearLayout android:orientation="horizontal"
-		android:layout_width="fill_parent" android:layout_height="wrap_content">
-		<TextView android:layout_width="wrap_content"
-			android:layout_height="wrap_content" android:text="@string/ACEmail"
-			android:minWidth="70dp" />
-		<EditText android:id="@+id/ac_email" android:layout_width="wrap_content"
-			android:layout_height="wrap_content" android:singleLine="true"
-			android:textSize="16sp" android:autoText="false" android:minWidth="250dp"
-			android:capitalize="none" android:scrollHorizontally="true" />
-	</LinearLayout>
-	<LinearLayout android:orientation="horizontal"
-		android:layout_width="fill_parent" android:layout_height="wrap_content">
-		<TextView android:layout_width="wrap_content"
-			android:layout_height="wrap_content" android:text="@string/ACPassword"
-			android:minWidth="70dp" />
-		<EditText android:id="@+id/ac_password" android:layout_width="wrap_content"
-			android:layout_height="wrap_content" android:singleLine="true"
-			android:password="true" android:textSize="16sp" android:autoText="false"
-			android:minWidth="250dp" android:capitalize="none"
-			android:scrollHorizontally="true" />
-	</LinearLayout>
-	<LinearLayout android:orientation="horizontal"
-		android:layout_width="fill_parent" android:layout_height="wrap_content">
-		<TextView android:layout_width="wrap_content"
-			android:layout_height="wrap_content" android:text="@string/ACRepeat"
-			android:minWidth="70dp" />
-		<EditText android:id="@+id/ac_password2"
-			android:layout_width="wrap_content" android:layout_height="wrap_content"
-			android:singleLine="true" android:password="true" android:textSize="16sp"
-			android:autoText="false" android:minWidth="250dp" android:capitalize="none"
-			android:scrollHorizontally="true" />
-	</LinearLayout>
-
-	<Button android:id="@+id/ac_ok" android:layout_width="fill_parent"
-		android:layout_gravity="center_horizontal" android:layout_height="wrap_content"
-		android:text="@string/ACOkButton">
-		<requestFocus />
-	</Button>
-</LinearLayout>
\ No newline at end of file