diff options
author | Max Bechtold <max.bechtold@andrena.de> | 2019-06-29 11:55:59 +0200 |
---|---|---|
committer | Max Bechtold <max.bechtold@andrena.de> | 2019-08-18 11:52:28 +0200 |
commit | c628fdfcfde1960d21cbbd5f3f6eb604827e0d47 (patch) | |
tree | 6084aa09fdf6606b56b94dc5b7109bd20f2c5a91 /app/src/main/res/xml | |
parent | 0bd3b7265203aec5678400341e1b3ede55ba6024 (diff) | |
download | AntennaPod-c628fdfcfde1960d21cbbd5f3f6eb604827e0d47.zip |
Draft volume reduction settings per feed
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/feed_settings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/xml/feed_settings.xml b/app/src/main/res/xml/feed_settings.xml index 5fd6b2038..f94b710e5 100644 --- a/app/src/main/res/xml/feed_settings.xml +++ b/app/src/main/res/xml/feed_settings.xml @@ -18,6 +18,14 @@ android:title="@string/auto_delete_label" android:key="autoDelete"/> + <ListPreference + android:entries="@array/spnVolumeReductionItems" + android:entryValues="@array/spnVolumeReductionValues" + android:summary="Reduce volume when playing episodes of this feed" + android:title="@string/feed_volume_reduction" + + android:key="volumeReduction"/> + <PreferenceCategory android:title="@string/auto_download_settings_label"> <SwitchPreference android:key="autoDownload" |