summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-09-29 12:31:55 +0200
committerByteHamster <info@bytehamster.com>2019-09-29 12:31:55 +0200
commit8d9c292ca1b568cff9ff4c705c967df4b65ef2d1 (patch)
treed8a3dee287fcc73cecd25b1ce8a4256381880efb /core/src/main/res/values/arrays.xml
parent7ae393479436e26d41fa1edbd8a157771a25466b (diff)
parent373f31c53ea9277205cc0c6a6bdaa44201964500 (diff)
downloadAntennaPod-8d9c292ca1b568cff9ff4c705c967df4b65ef2d1.zip
Merge branch 'develop' into smart-spread-fix
Diffstat (limited to 'core/src/main/res/values/arrays.xml')
-rw-r--r--core/src/main/res/values/arrays.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index 0eaf0e5e7..5e7eab1ea 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -156,19 +156,15 @@
<item>4.00</item>
</string-array>
- <string-array name="autodl_select_networks_default_entries">
- <item>N/A</item>
- </string-array>
- <string-array name="autodl_select_networks_default_values">
- <item>0</item>
- </string-array>
-
<string-array name="theme_options">
+ <item>@string/pref_theme_title_use_system</item>
<item>@string/pref_theme_title_light</item>
<item>@string/pref_theme_title_dark</item>
<item>@string/pref_theme_title_trueblack</item>
</string-array>
+
<string-array name="theme_values">
+ <item>system</item>
<item>0</item>
<item>1</item>
<item>2</item>