summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2016-10-02 23:38:05 +0200
committerGitHub <noreply@github.com>2016-10-02 23:38:05 +0200
commit3fa6c1bc200b161801a8e9dbd328e2da08d32522 (patch)
tree585c38d7750d247b2e2945ec148c3f74e051aa13 /app/src/main/res/xml
parent7c028dd3e58f9116a36f337622de60feb23a79cb (diff)
parente7cc0ffe05cd568c784431333df56ecae9a03762 (diff)
downloadAntennaPod-3fa6c1bc200b161801a8e9dbd328e2da08d32522.zip
Merge pull request #2109 from danielm5/enable-previous-button
Set current position to the begining on 'Previous' button
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index d907cee12..350e2e2ee 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -110,6 +110,12 @@
android:summary="@string/pref_hardwareForwardButtonSkips_sum"
android:title="@string/pref_hardwareForwardButtonSkips_title"/>
<de.danoeh.antennapod.preferences.SwitchCompatPreference
+ android:defaultValue="false"
+ android:enabled="true"
+ android:key="prefHardwarePreviousButtonRestarts"
+ android:summary="@string/pref_hardwarePreviousButtonRestarts_sum"
+ android:title="@string/pref_hardwarePreviousButtonRestarts_title"/>
+ <de.danoeh.antennapod.preferences.SwitchCompatPreference
android:defaultValue="true"
android:enabled="true"
android:key="prefFollowQueue"