summaryrefslogtreecommitdiff
path: root/main/src/main/res/xml/vpn_obscure.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/main/res/xml/vpn_obscure.xml')
-rw-r--r--main/src/main/res/xml/vpn_obscure.xml34
1 files changed, 20 insertions, 14 deletions
diff --git a/main/src/main/res/xml/vpn_obscure.xml b/main/src/main/res/xml/vpn_obscure.xml
index 65a81c00..0dc91ce7 100644
--- a/main/src/main/res/xml/vpn_obscure.xml
+++ b/main/src/main/res/xml/vpn_obscure.xml
@@ -18,20 +18,6 @@
android:summary="@string/pushpeerinfosummary"
android:title="@string/pushpeerinfo" />
</PreferenceCategory>
- <PreferenceCategory android:title="@string/reconnection_settings">
- <ListPreference
- android:entries="@array/crm_entries"
- android:entryValues="@array/crm_values"
- android:key="connectretrymax"
- android:persistent="false"
- android:title="@string/connection_retries" />
-
- <EditTextPreference
- android:dialogMessage="@string/connectretrymessage"
- android:key="connectretry"
- android:persistent="false"
- android:title="@string/connectretrywait" />
- </PreferenceCategory>
<CheckBoxPreference
android:key="useRandomHostname"
@@ -70,5 +56,25 @@
android:persistent="false"
android:title="@string/custom_options_title" />
</PreferenceCategory>
+ <PreferenceCategory android:title="@string/reconnection_settings">
+ <ListPreference
+ android:entries="@array/crm_entries"
+ android:entryValues="@array/crm_values"
+ android:key="connectretrymax"
+ android:persistent="false"
+ android:title="@string/connection_retries" />
+
+ <EditTextPreference
+ android:dialogMessage="@string/connectretrymessage"
+ android:key="connectretry"
+ android:persistent="false"
+ android:title="@string/connectretrywait" />
+
+ <EditTextPreference
+ android:dialogMessage="@string/connectretrymaxmessage"
+ android:key="connectretrymaxtime"
+ android:persistent="false"
+ android:title="@string/connectretrymaxtitle" />
+ </PreferenceCategory>
</PreferenceScreen> \ No newline at end of file