#8 Configure sort order for each favourites category

This commit is contained in:
Koitharu
2021-08-04 08:32:20 +03:00
parent 6f7efa9e26
commit fbd0f25b8f
19 changed files with 201 additions and 45 deletions

View File

@@ -10,4 +10,17 @@
android:id="@+id/action_rename"
android:title="@string/rename" />
<item
android:id="@+id/action_order"
android:title="@string/sort_order">
<menu>
<group
android:id="@+id/group_order"
android:checkableBehavior="single" />
</menu>
</item>
</menu>