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/font_preferences.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/src/main/res/xml/font_preferences.xml b/app/src/main/res/xml/font_preferences.xml
index 24b1febe..14db4bb4 100644
--- a/app/src/main/res/xml/font_preferences.xml
+++ b/app/src/main/res/xml/font_preferences.xml
@@ -17,6 +17,11 @@
app:title="@string/settings_font_family_title"
app:useSimpleSummaryProvider="true" />
+ <ml.docilealligator.infinityforreddit.customviews.CustomFontPreference
+ app:title="@string/settings_custom_font_family_title"
+ app:key="custom_font_family"
+ app:isPreferenceVisible="false" />
+
<ml.docilealligator.infinityforreddit.customviews.CustomFontListPreference
app:defaultValue="Normal"
android:entries="@array/settings_font_size"
@@ -36,6 +41,11 @@
app:title="@string/settings_title_font_family_title"
app:useSimpleSummaryProvider="true" />
+ <ml.docilealligator.infinityforreddit.customviews.CustomFontPreference
+ app:title="@string/settings_custom_title_font_family_title"
+ app:key="custom_title_font_family"
+ app:isPreferenceVisible="false" />
+
<ml.docilealligator.infinityforreddit.customviews.CustomFontListPreference
app:defaultValue="Normal"
android:entries="@array/settings_title_font_size"
@@ -55,6 +65,11 @@
app:title="@string/settings_content_font_family_title"
app:useSimpleSummaryProvider="true" />
+ <ml.docilealligator.infinityforreddit.customviews.CustomFontPreference
+ app:title="@string/settings_custom_content_font_family_title"
+ app:key="custom_content_font_family"
+ app:isPreferenceVisible="false" />
+
<ml.docilealligator.infinityforreddit.customviews.CustomFontListPreference
app:defaultValue="Normal"
android:entries="@array/settings_content_font_size"