aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/notification_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/notification_preferences.xml')
-rw-r--r--app/src/main/res/xml/notification_preferences.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/xml/notification_preferences.xml b/app/src/main/res/xml/notification_preferences.xml
index 2b547479..f9c292c4 100644
--- a/app/src/main/res/xml/notification_preferences.xml
+++ b/app/src/main/res/xml/notification_preferences.xml
@@ -2,13 +2,13 @@
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
- <SwitchPreference
+ <ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
app:defaultValue="true"
app:key="enable_notification"
app:icon="@drawable/ic_outline_notifications_24dp"
app:title="@string/settings_notification_enable_notification_title"/>
- <ListPreference
+ <ml.docilealligator.infinityforreddit.customviews.CustomFontListPreference
app:defaultValue="1"
app:entries="@array/settings_notification_interval"
app:entryValues="@array/settings_notification_interval_values"