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.xml8
2 files changed, 8 insertions, 4 deletions
diff --git a/app/src/main/res/xml/about_preferences.xml b/app/src/main/res/xml/about_preferences.xml
index cff7c151..6503e6fa 100644
--- a/app/src/main/res/xml/about_preferences.xml
+++ b/app/src/main/res/xml/about_preferences.xml
@@ -47,10 +47,6 @@
app:summary="@string/settings_share_summary" />
<ml.docilealligator.infinityforreddit.customviews.CustomFontPreference
- android:key="privacy_policy"
- app:title="@string/settings_privacy_policy_title" />
-
- <ml.docilealligator.infinityforreddit.customviews.CustomFontPreference
android:key="version"
app:title="@string/settings_version_title"
app:summary="@string/settings_version_summary" />
diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml
index 0fdba51b..107e9e52 100644
--- a/app/src/main/res/xml/main_preferences.xml
+++ b/app/src/main/res/xml/main_preferences.xml
@@ -87,4 +87,12 @@
app:title="@string/settings_about_master_title"
app:fragment="ml.docilealligator.infinityforreddit.settings.AboutPreferenceFragment" />
+ <ml.docilealligator.infinityforreddit.customviews.CustomFontPreference
+ android:key="privacy_policy"
+ app:title="@string/settings_privacy_policy_title" />
+
+ <ml.docilealligator.infinityforreddit.customviews.CustomFontPreference
+ android:key="reddit_user_agreement"
+ app:title="@string/settings_reddit_user_agreement_title" />
+
</androidx.preference.PreferenceScreen> \ No newline at end of file