mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 07:23:36 +00:00
Added the ability to sort items in the genre catalogue
This commit is contained in:
9
app/src/main/res/menu/sort_genre_popup_menu.xml
Normal file
9
app/src/main/res/menu/sort_genre_popup_menu.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/menu_genre_sort_name"
|
||||
android:title="@string/menu_sort_name" />
|
||||
<item
|
||||
android:id="@+id/menu_genre_sort_random"
|
||||
android:title="@string/menu_sort_random" />
|
||||
</menu>
|
||||
Reference in New Issue
Block a user