summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorMatej Drobnič <services+github@matejdro.com>2023-09-08 14:28:20 +0200
committerGitHub <noreply@github.com>2023-09-08 13:28:20 +0100
commit8ebf1539705aa2251f0e7f795e72bb214e51750b (patch)
tree3675e58a12cc70a2a9aa9c6d0e79befa08abd7b0 /core/src/main/res/values/arrays.xml
parent9ed5485ae353c0cb3c8b2f6a97f2e905d77afd71 (diff)
downloadAntennaPod-8ebf1539705aa2251f0e7f795e72bb214e51750b.zip
Add volume boost (#6573)
Diffstat (limited to 'core/src/main/res/values/arrays.xml')
-rw-r--r--core/src/main/res/values/arrays.xml18
1 files changed, 12 insertions, 6 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index 7749c6f3c..50afe630b 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -13,16 +13,22 @@
<item>never</item>
</string-array>
- <string-array name="spnVolumeReductionItems">
- <item>@string/feed_volume_reduction_off</item>
- <item>@string/feed_volume_reduction_light</item>
+ <string-array name="spnVolumeAdaptationItems">
<item>@string/feed_volume_reduction_heavy</item>
+ <item>@string/feed_volume_reduction_light</item>
+ <item>@string/feed_volume_reduction_off</item>
+ <item>@string/feed_volume_boost_light</item>
+ <item>@string/feed_volume_boost_medium</item>
+ <item>@string/feed_volume_boost_heavy</item>
</string-array>
- <string-array name="spnVolumeReductionValues">
- <item>off</item>
- <item>light</item>
+ <string-array name="spnVolumeAdaptationValues">
<item>heavy</item>
+ <item>light</item>
+ <item>off</item>
+ <item>light_boost</item>
+ <item>medium_boost</item>
+ <item>heavy_boost</item>
</string-array>
<string-array name="feed_refresh_interval_entries">