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"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FFFFFF"
android:pathData="M3,5H9V11H3V5M5,7V9H7V7H5M11,7H21V9H11V7M11,15H21V17H11V15M5,20L1.5,16.5L2.91,15.09L5,17.17L9.59,12.59L11,14L5,20Z" />
</vector>