--- a/res/layout/create_account.xml Fri Oct 30 22:38:11 2009 +0100
+++ b/res/layout/create_account.xml Tue Nov 03 01:49:00 2009 +0100
@@ -9,6 +9,7 @@
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:inputType="textEmailAddress" android:imeOptions="actionNext"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:singleLine="true" />
<TextView android:id="@+id/create_account_label_password"
@@ -16,12 +17,14 @@
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:inputType="textPassword" android:imeOptions="actionNext"
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:inputType="textPassword" android:imeOptions="actionNext"
android:password="true" android:singleLine="true" />
<View android:layout_height="21dp" android:layout_width="fill_parent" />
<Button android:id="@+id/create_account_button"