summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorDaniel <moreno.daniel@gmail.com>2016-08-26 12:26:12 -0400
committerDaniel <moreno.daniel@gmail.com>2016-09-03 15:36:03 -0400
commite7cc0ffe05cd568c784431333df56ecae9a03762 (patch)
tree2c04d8276819eb50da75bf7df1f5ce0e3bf0dd69 /app/src/main/res
parentda063d5e812777666615cafe98a2edf8fab3059c (diff)
downloadAntennaPod-e7cc0ffe05cd568c784431333df56ecae9a03762.zip
Enable separate functions for Previous and Rewind hardware buttons.
Added prefHardwarePreviousButtonRestarts preference.
Diffstat (limited to 'app/src/main/res')
-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"