Add choice of 7 days to settings for dynamic playlists (#616)

* Add choice of N days to settings for dynamic playlists (#3)

* Code review
This commit is contained in:
soncaokim 2018-12-03 22:45:47 +01:00 committed by Eugene
commit f7cbfb38d9
4 changed files with 21 additions and 0 deletions

View file

@ -27,6 +27,7 @@
<string-array name="pref_playlists_recently_played_interval_titles">
<item>@string/today</item>
<item>@string/this_week</item>
<item>@string/past_seven_days</item>
<item>@string/this_month</item>
<item>@string/past_three_months</item>
<item>@string/this_year</item>
@ -35,6 +36,7 @@
<string-array name="pref_playlists_recently_played_interval_values">
<item>today</item>
<item>this_week</item>
<item>past_seven_days</item>
<item>this_month</item>
<item>past_three_months</item>
<item>this_year</item>
@ -43,6 +45,7 @@
<string-array name="pref_playlists_last_added_interval_titles">
<item>@string/today</item>
<item>@string/this_week</item>
<item>@string/past_seven_days</item>
<item>@string/this_month</item>
<item>@string/past_three_months</item>
<item>@string/this_year</item>
@ -51,6 +54,7 @@
<string-array name="pref_playlists_last_added_interval_values">
<item>today</item>
<item>this_week</item>
<item>past_seven_days</item>
<item>this_month</item>
<item>past_three_months</item>
<item>this_year</item>