Option to manually track manga updates

This commit is contained in:
Koitharu
2020-09-19 15:22:18 +03:00
parent 8372f9b5de
commit 73cf2964b2
6 changed files with 38 additions and 3 deletions

View File

@@ -1,2 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<menu />
<menu
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_update"
android:orderInCategory="50"
android:title="@string/update"
app:showAsAction="never" />
</menu>