aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-09-11 20:27:07 +0200
committerChristian Schneppe <christian@pix-art.de>2019-09-11 20:27:07 +0200
commitbc272651e28bf374056d3ca51ba03fb31514d6e3 (patch)
treef6c2b511ed3b7fcf3f8710150ccb5bd6cb6ebc37 /src/main/res/values/arrays.xml
parent911b537f34eca7da671aa6da6409e03dcd514201 (diff)
introduce automatic theme based on the systems theme
Diffstat (limited to 'src/main/res/values/arrays.xml')
-rw-r--r--src/main/res/values/arrays.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/arrays.xml b/src/main/res/values/arrays.xml
index 9d587fd86..b15e4cea2 100644
--- a/src/main/res/values/arrays.xml
+++ b/src/main/res/values/arrays.xml
@@ -3,10 +3,12 @@
<string-array name="themes">
<item>@string/pref_theme_light</item>
<item>@string/pref_theme_dark</item>
+ <item>@string/pref_theme_auto</item>
</string-array>
<string-array name="themes_values">
<item>light</item>
<item>dark</item>
+ <item>auto</item>
</string-array>
<string-array name="filesizes">