res/layout/create_account.xml
changeset 489 77c573c8217e
parent 256 35f81983d351
child 506 8e33a89c21a3
--- 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"