res/layout/wizard_account_configure.xml
changeset 1009 c76a6e4b37cf
parent 996 476e8690b0ea
child 1022 16040c6df950
equal deleted inserted replaced
1008:9120606d6526 1009:c76a6e4b37cf
    53 	    <EditText android:id="@+id/account_password"
    53 	    <EditText android:id="@+id/account_password"
    54 		android:layout_width="fill_parent" android:layout_height="wrap_content"
    54 		android:layout_width="fill_parent" android:layout_height="wrap_content"
    55 		android:inputType="textPassword" android:imeOptions="actionNext"
    55 		android:inputType="textPassword" android:imeOptions="actionNext"
    56 		android:password="true" android:singleLine="true"
    56 		android:password="true" android:singleLine="true"
    57 		android:contentDescription="@string/Password"/>
    57 		android:contentDescription="@string/Password"/>
    58 	    <TextView android:id="@+id/error_label"
    58 	    <TextView android:id="@+id/settings_warn_label" style="@style/Label"
    59 		android:layout_width="fill_parent" android:layout_height="wrap_content"
    59 		android:layout_width="fill_parent" android:layout_height="wrap_content"
    60 		android:text="@string/account_wizard_connection_failed" style="@style/Label"
    60 		android:text="@string/account_wizard_settings_warn"
    61 		android:inputType="textMultiLine"
    61 		android:inputType="textMultiLine|textNoSuggestions"
       
    62 		android:textColor="@color/white"
       
    63 		android:textStyle="normal"
       
    64 		android:visibility="gone" />
       
    65 	    <TextView android:id="@+id/error_label" style="@style/Label"
       
    66 		android:layout_width="fill_parent" android:layout_height="wrap_content"
       
    67 		android:text="@string/account_wizard_connection_failed"
       
    68 		android:inputType="textMultiLine|textNoSuggestions"
    62 		android:textColor="@color/red"
    69 		android:textColor="@color/red"
    63 		android:visibility="invisible" />
    70 		android:visibility="invisible" />
    64 	</LinearLayout>
    71 	</LinearLayout>
    65     </ScrollView>
    72     </ScrollView>
    66 
    73