Clear updates feed from options menu

This commit is contained in:
Koitharu
2021-01-22 19:17:49 +02:00
parent 510c5b70c9
commit bbcd96b981
6 changed files with 83 additions and 12 deletions

View File

@@ -9,4 +9,10 @@
android:title="@string/update"
app:showAsAction="never" />
<item
android:id="@+id/action_clear_feed"
android:orderInCategory="50"
android:title="@string/clear_feed"
app:showAsAction="never" />
</menu>