summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-11-28 14:43:19 +0300
committerAndrew Dolgov <[email protected]>2019-11-28 14:43:19 +0300
commit3d5f135289192af0d994def1b94ac1c52ac5e1ae (patch)
tree429d61376e0002a232b777205fdc752bc7bfa436 /org.fox.ttrss/src/main/res
parent64b96bff353e96c48a2c52df98af867962c0d503 (diff)
support MODE_NIGHT_FOLLOW_SYSTEM
Diffstat (limited to 'org.fox.ttrss/src/main/res')
-rw-r--r--org.fox.ttrss/src/main/res/values/arrays.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/values/arrays.xml b/org.fox.ttrss/src/main/res/values/arrays.xml
index 60053955..894957e3 100644
--- a/org.fox.ttrss/src/main/res/values/arrays.xml
+++ b/org.fox.ttrss/src/main/res/values/arrays.xml
@@ -1,11 +1,13 @@
<resources>
<string-array name="pref_theme_names">
<item>@string/theme_auto</item>
+ <item>@string/theme_follow_device</item>
<item>@string/theme_light</item>
<item>@string/theme_dark</item>
</string-array>
<string-array name="pref_theme_values" translatable="false">
<item>THEME_AUTO</item>
+ <item>THEME_FOLLOW_DEVICE</item>
<item>THEME_LIGHT</item>
<item>THEME_DARK</item>
</string-array>
@@ -52,5 +54,6 @@
<item>30</item>
<item>45</item>
</string-array>
- <string name="theme_auto">Automatic</string>
+ <string name="theme_auto">Auto (by time)</string>
+ <string name="theme_follow_device">Same as device</string>
</resources> \ No newline at end of file