res/layout/create_account.xml
changeset 1009 c76a6e4b37cf
parent 996 476e8690b0ea
child 1022 16040c6df950
--- a/res/layout/create_account.xml	Sat Dec 15 18:15:42 2012 +0100
+++ b/res/layout/create_account.xml	Sat Dec 15 18:23:34 2012 +0100
@@ -59,6 +59,13 @@
 			android:inputType="textPassword" android:imeOptions="actionNext"
 			android:singleLine="true"
 			android:contentDescription="@string/create_account_confirm_password"/>
+		<TextView android:id="@+id/settings_warn_label" style="@style/Label"
+		    android:layout_width="fill_parent" android:layout_height="wrap_content"
+		    android:text="@string/account_wizard_settings_warn"
+		    android:inputType="textMultiLine|textNoSuggestions"
+		    android:textColor="@color/white"
+		    android:textStyle="normal"
+		    android:visibility="gone" />
 		<TextView android:id="@+id/error_label"
 				android:layout_width="fill_parent" android:layout_height="wrap_content"
 				android:textColor="@color/red" android:textStyle="bold"