History sorting #428
This commit is contained in:
@@ -3,6 +3,19 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_order"
|
||||
android:orderInCategory="25"
|
||||
android:title="@string/sort_order">
|
||||
|
||||
<menu>
|
||||
|
||||
<group android:id="@+id/group_order" />
|
||||
|
||||
</menu>
|
||||
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_history_grouping"
|
||||
android:checkable="true"
|
||||
|
||||
@@ -464,4 +464,6 @@
|
||||
<string name="suggestions_wifi_only_summary">Do not update suggestions using metered network connections</string>
|
||||
<string name="tracker_wifi_only_summary">Do not check for new chapters using metered network connections</string>
|
||||
<string name="search_hint">Enter manga title, genre or source name</string>
|
||||
<string name="progress">Progress</string>
|
||||
<string name="order_added">Added</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user