Add new preference for seek duration.
Add new ListPreference under settings/ video & audio for the duration of a seek. With options for 5, 10, 15, 20, 25, 30 seconds.
This commit is contained in:
parent
e2c9137a6d
commit
00737ab0f2
3 changed files with 29 additions and 0 deletions
|
|
@ -146,5 +146,14 @@
|
|||
android:key="@string/use_inexact_seek_key"
|
||||
android:summary="@string/use_inexact_seek_summary"
|
||||
android:title="@string/use_inexact_seek_title"/>
|
||||
|
||||
<ListPreference
|
||||
app:iconSpaceReserved="false"
|
||||
android:defaultValue="@string/seek_duration_default_key"
|
||||
android:entries="@array/seek_duration_description"
|
||||
android:entryValues="@array/seek_duration_value"
|
||||
android:key="@string/seek_duration_key"
|
||||
android:summary="%s"
|
||||
android:title="@string/seek_duration_title"/>
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue