mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-15 16:27:26 +00:00
feat: sort preference for playlists (#370)
This commit is contained in:
parent
75513d3bd4
commit
3cd5843c4b
5 changed files with 42 additions and 3 deletions
|
|
@ -136,6 +136,14 @@
|
|||
android:defaultValue="false"
|
||||
android:summary="@string/settings_allow_playlist_duplicates_summary"
|
||||
android:key="allow_playlist_duplicates" />
|
||||
<ListPreference
|
||||
app:defaultValue="ORDER_BY_NAME"
|
||||
app:dialogTitle="@string/settings_playlist_sort"
|
||||
app:entries="@array/playlist_sort_option_titles"
|
||||
app:entryValues="@array/playlist_sort_option_values"
|
||||
app:key="home_sort_playlists"
|
||||
app:title="@string/settings_playlist_sort"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue