57 <EditText android:id="@+id/create_account_confirm_password" |
57 <EditText android:id="@+id/create_account_confirm_password" |
58 android:layout_width="fill_parent" android:layout_height="wrap_content" |
58 android:layout_width="fill_parent" android:layout_height="wrap_content" |
59 android:inputType="textPassword" android:imeOptions="actionNext" |
59 android:inputType="textPassword" android:imeOptions="actionNext" |
60 android:singleLine="true" |
60 android:singleLine="true" |
61 android:contentDescription="@string/create_account_confirm_password"/> |
61 android:contentDescription="@string/create_account_confirm_password"/> |
|
62 <TextView android:id="@+id/settings_warn_label" style="@style/Label" |
|
63 android:layout_width="fill_parent" android:layout_height="wrap_content" |
|
64 android:text="@string/account_wizard_settings_warn" |
|
65 android:inputType="textMultiLine|textNoSuggestions" |
|
66 android:textColor="@color/white" |
|
67 android:textStyle="normal" |
|
68 android:visibility="gone" /> |
62 <TextView android:id="@+id/error_label" |
69 <TextView android:id="@+id/error_label" |
63 android:layout_width="fill_parent" android:layout_height="wrap_content" |
70 android:layout_width="fill_parent" android:layout_height="wrap_content" |
64 android:textColor="@color/red" android:textStyle="bold" |
71 android:textColor="@color/red" android:textStyle="bold" |
65 android:inputType="textMultiLine" |
72 android:inputType="textMultiLine" |
66 style="@style/Label"/> |
73 style="@style/Label"/> |