Merge pull request #278 from cyb3rko/notification-channels

Separate Notification channels for each app
This commit is contained in:
Jannis Mattheis
2023-02-21 13:59:20 +01:00
committed by GitHub
11 changed files with 281 additions and 85 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.materialswitch.MaterialSwitch
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/switchWidget"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />