Removing selected chapters from local storage

This commit is contained in:
Koitharu
2022-04-18 20:00:43 +03:00
parent 16c8641a07
commit be66106336
12 changed files with 136 additions and 23 deletions

View File

@@ -9,6 +9,12 @@
android:title="@string/save"
app:showAsAction="ifRoom|withText" />
<item
android:id="@+id/action_delete"
android:icon="@drawable/ic_delete"
android:title="@string/delete"
app:showAsAction="ifRoom|withText" />
<item
android:id="@+id/action_select_all"
android:icon="?actionModeSelectAllDrawable"