summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorMax Bechtold <max.bechtold@andrena.de>2019-06-29 11:55:59 +0200
committerMax Bechtold <max.bechtold@andrena.de>2019-08-18 11:52:28 +0200
commitc628fdfcfde1960d21cbbd5f3f6eb604827e0d47 (patch)
tree6084aa09fdf6606b56b94dc5b7109bd20f2c5a91 /core/src/main/res/values/arrays.xml
parent0bd3b7265203aec5678400341e1b3ede55ba6024 (diff)
downloadAntennaPod-c628fdfcfde1960d21cbbd5f3f6eb604827e0d47.zip
Draft volume reduction settings per feed
Diffstat (limited to 'core/src/main/res/values/arrays.xml')
-rw-r--r--core/src/main/res/values/arrays.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index 0eaf0e5e7..8190a39e2 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -13,6 +13,18 @@
<item>never</item>
</string-array>
+ <string-array name="spnVolumeReductionItems">
+ <item>@string/feed_volume_reduction_off</item>
+ <item>@string/feed_volume_reduction_light</item>
+ <item>@string/feed_volume_reduction_heavy</item>
+ </string-array>
+
+ <string-array name="spnVolumeReductionValues">
+ <item>off</item>
+ <item>light</item>
+ <item>heavy</item>
+ </string-array>
+
<string-array name="smart_mark_as_played_values">
<item>0</item>
<item>15</item>