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-09 21:22:18 +0300
committerstefan-niedermann <info@niedermann.it>2019-02-09 21:22:18 +0300
commit41054d5b7e69e6c861c45873fcb078964b9e7284 (patch)
tree14ae6ed73b3219a1ec29e19ce629a29c15f5b806 /app/src/main/res/xml
parent465ee9294b684eca2dc04e223a4043e91da9af9e (diff)
Eliminate summary for dark theme since it has only a bool value
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 fed4986a..e40d2a1e 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -22,13 +22,12 @@
android:defaultValue="@string/pref_value_wifi_and_mobile"
android:icon="@drawable/ic_sync_black_24dp"
android:key="@string/pref_key_wifi_only"
- android:title="@string/settings_theme_wifi_only" />
+ android:title="@string/settings_wifi_only" />
<SwitchPreference
android:defaultValue="@string/pref_value_theme_light"
android:icon="@drawable/ic_brightness_2_grey_24dp"
android:key="@string/pref_key_theme"
- android:summary="%s"
android:title="@string/settings_theme_title" />
<SwitchPreference