2021-03-08 14:58:54 +01: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-07-06 09:24:12 +02:00
|
|
|
android:icon="@drawable/ic_done_all"
|
2021-03-08 14:58:54 +01:00
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="autoremove_notifications"
|
2024-03-30 23:31:23 +00:00
|
|
|
android:layout="@layout/preference_checkbox"
|
2021-03-08 14:58:54 +01:00
|
|
|
android:summary="@string/pref_summary_autoremove_notifications"
|
|
|
|
android:title="@string/pref_title_autoremove_notifications" />
|
2023-12-10 10:30:27 +00:00
|
|
|
</androidx.preference.PreferenceScreen>
|