Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2019-02-07 23:59:54 +0300
committerstefan-niedermann <info@niedermann.it>2019-02-07 23:59:54 +0300
commit5e48d8c6ae7d3bfb245c00c62fe847645ae98b87 (patch)
treef086216fc8eb2aa34162cd7b0084e014bd1f786d /app/src/main/res/xml
parent7132e87e7b2961fd17cd8a43d8887bd39f8f2633 (diff)
#519 Synchronize on WiFi only
- Simplify setting
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 46870cae..fed4986a 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -22,7 +22,6 @@
android:defaultValue="@string/pref_value_wifi_and_mobile"
android:icon="@drawable/ic_sync_black_24dp"
android:key="@string/pref_key_wifi_only"
- android:summary="%s"
android:title="@string/settings_theme_wifi_only" />
<SwitchPreference
@@ -31,13 +30,13 @@
android:key="@string/pref_key_theme"
android:summary="%s"
android:title="@string/settings_theme_title" />
+
<SwitchPreference
android:defaultValue="@string/pref_value_font_normal"
android:icon="@drawable/ic_text_fields_black_24dp"
android:key="@string/pref_key_font"
android:title="@string/settings_font_title" />
-
<PreferenceScreen
android:key="@string/pref_key_certs"
android:persistent="false"