summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2018-04-22 09:43:59 +0200
committerByteHamster <info@bytehamster.com>2018-04-22 09:43:59 +0200
commit6d3fc04f528bc54cfdf3c0b7851650b31e87b3ec (patch)
tree3a969526e5e0297a6226b38fd1e1318cfcff228d /app/src/main/res/xml/preferences.xml
parente4f7d6527355cd0deebb2ac273514a0044261738 (diff)
parentc9a2bbc2c9709a0c1f0d20ea8168bd7a7a1b95d5 (diff)
downloadAntennaPod-6d3fc04f528bc54cfdf3c0b7851650b31e87b3ec.zip
Merge branch 'develop' into exo-player
Diffstat (limited to 'app/src/main/res/xml/preferences.xml')
-rw-r--r--app/src/main/res/xml/preferences.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 83150aefa..2ba41bab2 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -173,6 +173,14 @@
android:key="prefResumeAfterCall"
android:summary="@string/pref_resumeAfterCall_sum"
android:title="@string/pref_resumeAfterCall_title"/>
+ <com.afollestad.materialdialogs.prefs.MaterialListPreference
+ android:defaultValue="stop"
+ android:entries="@array/video_background_behavior_options"
+ android:entryValues="@array/video_background_behavior_values"
+ android:key="prefVideoBehavior"
+ android:summary="@string/pref_videoBehavior_sum"
+ android:title="@string/pref_videoBehavior_title"
+ app:useStockLayout="true"/>
</PreferenceCategory>
<PreferenceCategory android:title="@string/network_pref">