mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Add preference to set instant mix song number
This commit is contained in:
parent
862ea71b11
commit
78333d56d4
8 changed files with 35 additions and 33 deletions
|
|
@ -27,6 +27,15 @@
|
|||
app:key="filtersPref"
|
||||
app:title="@string/save_filters"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
<ListPreference
|
||||
app:defaultValue="10"
|
||||
app:dialogTitle="@string/instant_mix_song_number"
|
||||
app:entries="@array/instant_mix_song_number_titles"
|
||||
app:entryValues="@array/instant_mix_song_number_values"
|
||||
app:key="instant_mix_song_number"
|
||||
app:title="@string/instant_mix_song_number"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory app:title="@string/sync_header">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue