summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@fb.com>2014-06-07 14:13:07 -0700
committerDavid Reiss <dreiss@fb.com>2014-06-07 23:41:19 -0700
commit500483ba690a36365dda1f6e00bb9c50c6357248 (patch)
tree3c2bb6fe9cd36f3627a4039006c0b79b673966d0 /res/xml
parenta78c5173dccfe76cb2e4886e83a6a5b040375700 (diff)
downloadAntennaPod-500483ba690a36365dda1f6e00bb9c50c6357248.zip
Make seek time configurable
A 30-second seek time is way to long for me. Make the seek duration a configurable preference.
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 8e0b886de..0afbbaca7 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -34,6 +34,15 @@
android:key="prefPauseForFocusLoss"
android:summary="@string/pref_pausePlaybackForFocusLoss_sum"
android:title="@string/pref_pausePlaybackForFocusLoss_title" />
+
+ <ListPreference
+ android:defaultValue="30"
+ android:entries="@array/seek_delta_values"
+ android:entryValues="@array/seek_delta_values"
+ android:key="prefSeekDeltaSecs"
+ android:summary="@string/pref_seek_delta_sum"
+ android:title="@string/pref_seek_delta_title" />
+
</PreferenceCategory>
<PreferenceCategory android:title="@string/network_pref">
<ListPreference