detail: add date added sort [#181]
Add a Last Added sort option to the artist and genre detail views. This completes the last-added implementation.
This commit is contained in:
parent
a2afd3a4b7
commit
3d1dd2a79f
2 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
|||
<item
|
||||
android:id="@+id/option_sort_duration"
|
||||
android:title="@string/lbl_sort_duration" />
|
||||
<item
|
||||
android:id="@+id/option_sort_date_added"
|
||||
android:title="@string/lbl_sort_date_added" />
|
||||
</group>
|
||||
<group android:checkableBehavior="all">
|
||||
<item
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
<item
|
||||
android:id="@+id/option_sort_duration"
|
||||
android:title="@string/lbl_sort_duration" />
|
||||
<item
|
||||
android:id="@+id/option_sort_date_added"
|
||||
android:title="@string/lbl_sort_date_added" />
|
||||
</group>
|
||||
<group android:checkableBehavior="all">
|
||||
<item
|
||||
|
|
Loading…
Reference in a new issue