Improve updated manga screen
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user