diff options
Diffstat (limited to 'app/src/main/res/xml/theme_preferences.xml')
-rw-r--r-- | app/src/main/res/xml/theme_preferences.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/theme_preferences.xml b/app/src/main/res/xml/theme_preferences.xml index 6c8b9504..ca7dc0ac 100644 --- a/app/src/main/res/xml/theme_preferences.xml +++ b/app/src/main/res/xml/theme_preferences.xml @@ -65,4 +65,10 @@ app:title="@string/settings_apply_material_you_title" app:summary="@string/settings_apply_material_you_summary" /> + <ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference + app:defaultValue="false" + app:key="enable-themed-icon" + app:title="@string/settings_enable_themed_icon_title" + app:summary="@string/settings_enable_themed_icon_summary" /> + </PreferenceScreen>
\ No newline at end of file |