Add last added playlist interval preference (#107)

This commit is contained in:
Eugene Cheung 2017-06-01 14:39:36 -04:00
commit c20262eb03
9 changed files with 175 additions and 18 deletions

View file

@ -39,4 +39,20 @@
<item>never</item>
</string-array>
<string-array name="pref_playlists_last_added_interval_titles">
<item>@string/today</item>
<item>@string/this_week</item>
<item>@string/this_month</item>
<item>@string/past_three_months</item>
<item>@string/this_year</item>
</string-array>
<string-array name="pref_playlists_last_added_interval_values">
<item>today</item>
<item>this_week</item>
<item>this_month</item>
<item>past_three_months</item>
<item>this_year</item>
</string-array>
</resources>