summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authoreraymond <eric_raymond@intuit.com>2016-09-28 16:00:44 -0700
committereraymond <eric_raymond@intuit.com>2016-09-28 17:25:45 -0700
commit970d41bb784ac366af58bf374ad49d54f7aa5587 (patch)
treef47cda701fab70e3c20e2cc828f2d7d9c4eabad3 /app/src/main/res/xml/preferences.xml
parent4a1e728ac519d686f738aa1875802f6221b564c3 (diff)
downloadAntennaPod-970d41bb784ac366af58bf374ad49d54f7aa5587.zip
Added preference settings to customize fastforward and rewind delta. Closes #2129. Minor: Fixes title case in preference setting titles Minor: Fixes typo in naming of UserPreferences.getFastFowardSecs to UserPreferences.getFastForwardSecs.
Diffstat (limited to 'app/src/main/res/xml/preferences.xml')
-rw-r--r--app/src/main/res/xml/preferences.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index d907cee12..2aa736cb2 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -109,6 +109,14 @@
android:key="prefHardwareForwardButtonSkips"
android:summary="@string/pref_hardwareForwardButtonSkips_sum"
android:title="@string/pref_hardwareForwardButtonSkips_title"/>
+ <Preference
+ android:key="prefPlaybackFastForwardDeltaLauncher"
+ android:summary="@string/pref_fast_forward_sum"
+ android:title="@string/pref_fast_forward" />
+ <Preference
+ android:key="prefPlaybackRewindDeltaLauncher"
+ android:summary="@string/pref_rewind_sum"
+ android:title="@string/pref_rewind" />
<de.danoeh.antennapod.preferences.SwitchCompatPreference
android:defaultValue="true"
android:enabled="true"
@@ -139,7 +147,6 @@
android:key="prefPlaybackSpeedLauncher"
android:summary="@string/pref_playback_speed_sum"
android:title="@string/pref_playback_speed_title" />
-
<de.danoeh.antennapod.preferences.SwitchCompatPreference
android:defaultValue="false"
android:enabled="true"