summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-01-26 17:08:50 +0100
committerGitHub <noreply@github.com>2020-01-26 17:08:50 +0100
commit8dd595e0e8a80e5502d42315eada06add32e00d6 (patch)
treebe730e8e33890636e08ca0871e3a850b2982bfdd /app/src/main/res
parent429499d418d3c1e9d8756942bbc0bb6871cdc392 (diff)
parent964a519b8ccfc2f4c8835a15018d81407768e11f (diff)
downloadAntennaPod-8dd595e0e8a80e5502d42315eada06add32e00d6.zip
Merge pull request #3248 from maxbechtold/feat/simple-adjust-volume-per-feed
Feat/simple adjust volume per feed
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/xml/feed_settings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/xml/feed_settings.xml b/app/src/main/res/xml/feed_settings.xml
index 978f66299..08e7572af 100644
--- a/app/src/main/res/xml/feed_settings.xml
+++ b/app/src/main/res/xml/feed_settings.xml
@@ -28,6 +28,15 @@
android:summary="@string/feed_auto_download_global"
android:key="autoDelete"/>
+ <ListPreference
+ android:entries="@array/spnVolumeReductionItems"
+ android:entryValues="@array/spnVolumeReductionValues"
+ android:icon="?attr/ic_volume_adaption"
+ android:summary="@string/feed_volume_reduction_summary"
+ android:title="@string/feed_volume_reduction"
+ android:defaultValue="off"
+ android:key="volumeReduction"/>
+
<PreferenceCategory android:title="@string/auto_download_settings_label">
<SwitchPreference
android:key="autoDownload"