Improve updated manga screen

This commit is contained in:
Koitharu
2024-04-13 08:52:53 +03:00
parent 32eba77639
commit ff4eac8269
16 changed files with 185 additions and 43 deletions

View File

@@ -15,6 +15,13 @@
android:title="@string/update"
app:showAsAction="never" />
<item
android:id="@+id/action_show_updated"
android:checkable="true"
android:orderInCategory="50"
android:title="@string/show_updated"
app:showAsAction="never" />
<item
android:id="@+id/action_clear_feed"
android:orderInCategory="50"

View File

@@ -652,4 +652,5 @@
<string name="fix">Fix</string>
<string name="missing_storage_permission">There is no permission to access manga on external storage</string>
<string name="last_used">Last used</string>
<string name="show_updated">Show updated</string>
</resources>