2021-09-21 16:37:19 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2023-10-06 22:06:35 +02:00
|
|
|
<SwitchPreferenceCompat
|
2021-09-21 16:37:19 +02:00
|
|
|
android:defaultValue="false"
|
|
|
|
android:icon="@drawable/ic_notifications"
|
|
|
|
android:key="notification_enable"
|
2024-03-30 23:31:23 +00:00
|
|
|
android:layout="@layout/preference_checkbox"
|
2021-09-21 16:37:19 +02:00
|
|
|
android:summary="@string/enable_notifications_summary"
|
|
|
|
android:title="@string/prefs_notifications_enable" />
|
|
|
|
</androidx.preference.PreferenceScreen>
|