Merge branch 'devel' into feature/nextgen

This commit is contained in:
Koitharu
2022-07-19 12:09:23 +03:00
12 changed files with 119 additions and 55 deletions

View File

@@ -15,6 +15,12 @@
android:title="@string/delete"
app:showAsAction="ifRoom|withText" />
<item
android:id="@+id/action_select_range"
android:icon="@drawable/ic_select_range"
android:title="@string/select_range"
app:showAsAction="ifRoom|withText" />
<item
android:id="@+id/action_select_all"
android:icon="?actionModeSelectAllDrawable"