summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/feed_settings.xml
diff options
context:
space:
mode:
authorMatej Drobnič <services+github@matejdro.com>2023-12-29 17:15:21 +0100
committerGitHub <noreply@github.com>2023-12-29 17:15:21 +0100
commitf476086114a56d214558f37b066849150a141390 (patch)
treeb1b19c004915e7a953e2b416d9cd27dd5efd607e /app/src/main/res/xml/feed_settings.xml
parent58081fe5bf7d9ad28f089cf10b2c17bfcfc8bbc7 (diff)
downloadAntennaPod-f476086114a56d214558f37b066849150a141390.zip
Check if volume boost effect is supported on the device (#6808)
Diffstat (limited to 'app/src/main/res/xml/feed_settings.xml')
-rw-r--r--app/src/main/res/xml/feed_settings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/feed_settings.xml b/app/src/main/res/xml/feed_settings.xml
index fb9e2e425..b322217ad 100644
--- a/app/src/main/res/xml/feed_settings.xml
+++ b/app/src/main/res/xml/feed_settings.xml
@@ -48,7 +48,7 @@
android:summary="@string/global_default"
android:title="@string/auto_delete_label" />
- <de.danoeh.antennapod.preferences.MaterialListPreference
+ <de.danoeh.antennapod.preferences.VolumeAdaptationPreference
android:defaultValue="off"
android:entries="@array/spnVolumeAdaptationItems"
android:entryValues="@array/spnVolumeAdaptationValues"