2008-10-27 21:04:44 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-11-13 19:28:03 -05:00
|
|
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
2013-03-07 21:17:22 -05:00
|
|
|
android:layout_height="fill_parent"
|
2009-11-13 19:28:03 -05:00
|
|
|
android:layout_width="fill_parent">
|
2013-03-07 21:17:22 -05:00
|
|
|
|
2014-07-13 01:09:23 -04:00
|
|
|
<ScrollView
|
2008-10-27 21:04:44 -04:00
|
|
|
android:layout_width="fill_parent"
|
2014-07-13 01:09:23 -04:00
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:padding="6dip"
|
|
|
|
android:fadingEdge="none"
|
|
|
|
android:scrollbarStyle="outsideInset">
|
|
|
|
|
2008-10-27 21:04:44 -04:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
2014-07-13 01:09:23 -04:00
|
|
|
android:orientation="vertical">
|
|
|
|
|
2008-10-27 21:04:44 -04:00
|
|
|
<TextView
|
2014-07-13 01:09:23 -04:00
|
|
|
android:text="@string/account_setup_outgoing_smtp_server_label"
|
2008-10-27 21:04:44 -04:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
|
|
android:textColor="?android:attr/textColorPrimary" />
|
2014-07-13 01:09:23 -04:00
|
|
|
|
2008-10-27 21:04:44 -04:00
|
|
|
<EditText
|
2014-07-13 01:09:23 -04:00
|
|
|
android:id="@+id/account_server"
|
2008-10-27 21:04:44 -04:00
|
|
|
android:singleLine="true"
|
2014-07-13 01:09:23 -04:00
|
|
|
android:inputType="textUri"
|
2008-10-27 21:04:44 -04:00
|
|
|
android:layout_height="wrap_content"
|
2010-07-08 08:18:12 -04:00
|
|
|
android:layout_width="fill_parent"
|
2014-07-13 01:09:23 -04:00
|
|
|
android:contentDescription="@string/account_setup_outgoing_smtp_server_label" />
|
|
|
|
|
2008-10-27 21:04:44 -04:00
|
|
|
<TextView
|
2014-07-13 01:09:23 -04:00
|
|
|
android:text="@string/account_setup_outgoing_security_label"
|
2008-10-27 21:04:44 -04:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
|
|
android:textColor="?android:attr/textColorPrimary" />
|
2014-07-13 01:09:23 -04:00
|
|
|
|
|
|
|
<Spinner
|
|
|
|
android:id="@+id/account_security_type"
|
2008-10-27 21:04:44 -04:00
|
|
|
android:layout_height="wrap_content"
|
2010-07-08 08:18:12 -04:00
|
|
|
android:layout_width="fill_parent"
|
2014-07-13 01:09:23 -04:00
|
|
|
android:contentDescription="@string/account_setup_outgoing_security_label" />
|
|
|
|
|
2014-05-25 16:45:14 -04:00
|
|
|
<TextView
|
2014-07-13 01:09:23 -04:00
|
|
|
android:text="@string/account_setup_outgoing_port_label"
|
2014-05-25 16:45:14 -04:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
2014-07-13 01:09:23 -04:00
|
|
|
android:textColor="?android:attr/textColorPrimary" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/account_port"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:inputType="number"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:contentDescription="@string/account_setup_outgoing_port_label" />
|
|
|
|
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/account_require_login"
|
|
|
|
android:layout_width="fill_parent"
|
2014-05-25 16:45:14 -04:00
|
|
|
android:layout_height="wrap_content"
|
2014-07-13 01:09:23 -04:00
|
|
|
android:text="@string/account_setup_outgoing_require_login_label" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/account_require_login_settings"
|
2014-05-25 16:45:14 -04:00
|
|
|
android:layout_width="fill_parent"
|
2014-07-13 01:09:23 -04:00
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:visibility="gone">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:text="@string/account_setup_outgoing_authentication_label"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
|
|
android:textColor="?android:attr/textColorPrimary" />
|
|
|
|
|
|
|
|
<Spinner
|
|
|
|
android:id="@+id/account_auth_type"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:contentDescription="@string/account_setup_outgoing_authentication_label" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:text="@string/account_setup_outgoing_username_label"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
|
|
android:textColor="?android:attr/textColorPrimary" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/account_username"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:inputType="textEmailAddress"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:contentDescription="@string/account_setup_outgoing_username_label" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/account_password_label"
|
|
|
|
android:text="@string/account_setup_outgoing_password_label"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
|
|
android:textColor="?android:attr/textColorPrimary" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/account_password"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:inputType="textPassword"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:contentDescription="@string/account_setup_outgoing_password_label" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/account_client_certificate_label"
|
|
|
|
android:text="@string/account_setup_incoming_client_certificate_label"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
|
|
<com.fsck.k9.view.ClientCertificateSpinner
|
|
|
|
android:id="@+id/account_client_certificate_spinner"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:visibility="gone" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<View
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="0dip"
|
|
|
|
android:layout_weight="1" />
|
2008-10-27 21:04:44 -04:00
|
|
|
</LinearLayout>
|
2013-03-07 21:17:22 -05:00
|
|
|
</ScrollView>
|
2014-07-13 01:09:23 -04:00
|
|
|
|
2009-11-22 19:23:34 -05:00
|
|
|
<include layout="@layout/wizard_next" />
|
2014-07-13 01:09:23 -04:00
|
|
|
|
2009-11-13 19:28:03 -05:00
|
|
|
</LinearLayout>
|