--- a/res/layout/create_account.xml Mon Jun 01 17:02:50 2009 +0200
+++ b/res/layout/create_account.xml Mon Jun 01 20:47:46 2009 +0200
@@ -15,7 +15,8 @@
style="@style/Label" />
<EditText android:id="@+id/create_account_username"
android:layout_width="fill_parent"
- android:layout_height="wrap_content" />
+ 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"
@@ -24,7 +25,8 @@
<EditText android:id="@+id/create_account_password"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:password="true" />
+ 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"
@@ -33,7 +35,8 @@
<EditText android:id="@+id/create_account_confirm_password"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:password="true" />
+ android:password="true"
+ android:singleLine="true" />
<View
android:layout_height="21dp"
android:layout_width="fill_parent" />