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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2019-09-27 22:48:05 +0300
committerstefan-niedermann <info@niedermann.it>2019-09-27 22:48:05 +0300
commita9f9bedf187f8a2b963ce638f8a5905efe4f7d36 (patch)
treecb3f731905a7c15a3d278efa199ea41c61ee62ed /app/src/main/res/xml
parent7e775cbbcd593f153907d534de19a1f12e377460 (diff)
#108 dark mode
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/settings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/settings.xml b/app/src/main/res/xml/settings.xml
index 59ad3d4a6..0cb12500a 100644
--- a/app/src/main/res/xml/settings.xml
+++ b/app/src/main/res/xml/settings.xml
@@ -7,4 +7,10 @@
android:key="@string/pref_key_wifi_only"
android:title="@string/pref_value_wifi_only" />
+ <SwitchPreference
+ android:defaultValue="@string/pref_value_theme_light"
+ android:icon="@drawable/ic_brightness_2_grey600_24dp"
+ android:key="@string/pref_key_dark_theme"
+ android:title="@string/pref_value_dark_theme" />
+
</PreferenceScreen>