aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/xml/general_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/res/xml/general_settings.xml')
-rw-r--r--app/res/xml/general_settings.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/app/res/xml/general_settings.xml b/app/res/xml/general_settings.xml
index bd9fdf9..5d7d6c0 100644
--- a/app/res/xml/general_settings.xml
+++ b/app/res/xml/general_settings.xml
@@ -3,7 +3,7 @@
<EditTextPreference
android:id="@+id/pref_dns1"
- android:defaultValue="@string/dns1_default"
+ android:defaultValue=""
android:key="dns1"
android:summary="@string/summary_dns1"
android:title="@string/title_dns_1"
@@ -14,7 +14,7 @@
<EditTextPreference
android:id="@+id/pref_dns2"
- android:defaultValue="@string/dns2_default"
+ android:defaultValue=""
android:key="dns2"
android:summary="@string/summary_dns2"
android:title="@string/title_dns_2"
@@ -30,6 +30,13 @@
android:title="@string/title_autoconnect" />
<CheckBoxPreference
+ android:id="@+id/pref_monitor_connection"
+ android:defaultValue="false"
+ android:key="monitor_connection"
+ android:summary="@string/summary_monitor_connection_state"
+ android:title="@string/title_monitor_connection_state" />
+
+ <CheckBoxPreference
android:id="@+id/pref_progbar"
android:defaultValue="true"
android:key="enable_progbar"