|
@@ -122,25 +122,11 @@
|
|
apc:roundAsCircle="true"
|
|
apc:roundAsCircle="true"
|
|
tools:src="@tools:sample/avatars[0]" />
|
|
tools:src="@tools:sample/avatars[0]" />
|
|
|
|
|
|
- <com.yarolegovich.mp.MaterialStandardPreference
|
|
|
|
- android:id="@+id/settings_reauthorize"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_below="@id/server_age_warning_text_card"
|
|
|
|
- apc:mp_title="@string/nc_settings_reauthorize" />
|
|
|
|
-
|
|
|
|
- <com.yarolegovich.mp.MaterialStandardPreference
|
|
|
|
- android:id="@+id/settings_client_cert"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_below="@id/settings_reauthorize"
|
|
|
|
- apc:mp_title="@string/nc_client_cert_setup" />
|
|
|
|
-
|
|
|
|
<com.yarolegovich.mp.MaterialStandardPreference
|
|
<com.yarolegovich.mp.MaterialStandardPreference
|
|
android:id="@+id/settings_remove_account"
|
|
android:id="@+id/settings_remove_account"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_below="@id/settings_client_cert"
|
|
|
|
|
|
+ android:layout_below="@id/server_age_warning_text_card"
|
|
apc:mp_title="@string/nc_settings_remove_account" />
|
|
apc:mp_title="@string/nc_settings_remove_account" />
|
|
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
@@ -279,7 +265,19 @@
|
|
android:animateLayoutChanges="true"
|
|
android:animateLayoutChanges="true"
|
|
apc:cardBackgroundColor="@color/bg_default"
|
|
apc:cardBackgroundColor="@color/bg_default"
|
|
apc:cardElevation="0dp"
|
|
apc:cardElevation="0dp"
|
|
- apc:mpc_title="@string/nc_settings_proxy_title">
|
|
|
|
|
|
+ apc:mpc_title="@string/nc_settings_advanced_title">
|
|
|
|
+
|
|
|
|
+ <com.yarolegovich.mp.MaterialStandardPreference
|
|
|
|
+ android:id="@+id/settings_reauthorize"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ apc:mp_title="@string/nc_settings_reauthorize" />
|
|
|
|
+
|
|
|
|
+ <com.yarolegovich.mp.MaterialStandardPreference
|
|
|
|
+ android:id="@+id/settings_client_cert"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ apc:mp_title="@string/nc_client_cert_setup" />
|
|
|
|
|
|
<com.yarolegovich.mp.MaterialChoicePreference
|
|
<com.yarolegovich.mp.MaterialChoicePreference
|
|
android:id="@+id/settings_proxy_choice"
|
|
android:id="@+id/settings_proxy_choice"
|
|
@@ -313,7 +311,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
apc:mp_key="@string/nc_settings_proxy_username_key"
|
|
apc:mp_key="@string/nc_settings_proxy_username_key"
|
|
apc:mp_show_value="onRight"
|
|
apc:mp_show_value="onRight"
|
|
- apc:mp_title="@string/nc_username" />
|
|
|
|
|
|
+ apc:mp_title="@string/nc_settings_proxy_username_title" />
|
|
|
|
|
|
<com.yarolegovich.mp.MaterialEditTextPreference
|
|
<com.yarolegovich.mp.MaterialEditTextPreference
|
|
android:id="@+id/settings_proxy_password_edit"
|
|
android:id="@+id/settings_proxy_password_edit"
|
|
@@ -321,7 +319,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
apc:mp_key="@string/nc_settings_proxy_password_key"
|
|
apc:mp_key="@string/nc_settings_proxy_password_key"
|
|
apc:mp_show_value="onRight"
|
|
apc:mp_show_value="onRight"
|
|
- apc:mp_title="@string/nc_password" />
|
|
|
|
|
|
+ apc:mp_title="@string/nc_settings_proxy_password_title" />
|
|
|
|
|
|
<com.yarolegovich.mp.MaterialSwitchPreference
|
|
<com.yarolegovich.mp.MaterialSwitchPreference
|
|
android:id="@+id/settings_proxy_use_credentials"
|
|
android:id="@+id/settings_proxy_use_credentials"
|