aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/about_preferences.xml4
-rw-r--r--app/src/main/res/xml/main_preferences.xml6
2 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/xml/about_preferences.xml b/app/src/main/res/xml/about_preferences.xml
index 942a0cd4..fca988af 100644
--- a/app/src/main/res/xml/about_preferences.xml
+++ b/app/src/main/res/xml/about_preferences.xml
@@ -4,11 +4,11 @@
<Preference
app:title="@string/settings_acknowledgement_master_title"
- app:fragment="Settings.AcknowledgementFragment" />
+ app:fragment="ml.docilealligator.infinityforreddit.Settings.AcknowledgementFragment" />
<Preference
app:title="@string/settings_credits_master_title"
- app:fragment="Settings.CreditsPreferenceFragment" />
+ app:fragment="ml.docilealligator.infinityforreddit.Settings.CreditsPreferenceFragment" />
<Preference
android:key="open_source"
diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml
index a4b8506f..8c58411e 100644
--- a/app/src/main/res/xml/main_preferences.xml
+++ b/app/src/main/res/xml/main_preferences.xml
@@ -5,7 +5,7 @@
<Preference
app:icon="@drawable/ic_outline_notifications_24px"
app:title="@string/settings_notification_master_title"
- app:fragment="Settings.NotificationPreferenceFragment" />
+ app:fragment="ml.docilealligator.infinityforreddit.Settings.NotificationPreferenceFragment" />
<ListPreference
app:defaultValue="2"
@@ -27,7 +27,7 @@
<Preference
app:title="@string/settings_font_size_title"
app:icon="@drawable/ic_font_size_24dp"
- app:fragment="Settings.FontSizePreferenceFragment" />
+ app:fragment="ml.docilealligator.infinityforreddit.Settings.FontSizePreferenceFragment" />
<SwitchPreference
app:defaultValue="false"
@@ -47,6 +47,6 @@
<Preference
app:title="@string/settings_about_master_title"
- app:fragment="Settings.AboutPreferenceFragment" />
+ app:fragment="ml.docilealligator.infinityforreddit.Settings.AboutPreferenceFragment" />
</androidx.preference.PreferenceScreen> \ No newline at end of file