Toggle all subscriptions notification mode

This commit is contained in:
Koitharu 2021-09-04 15:28:11 +03:00
parent 111dc4963d
commit 9d249904bd
No known key found for this signature in database
GPG key ID: 8E861F8CE6E7CE27
8 changed files with 137 additions and 90 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_toggle_all"
android:icon="@drawable/ic_list_check"
android:title="@string/toggle_all"
app:showAsAction="ifRoom" />
</menu>