diff options
Diffstat (limited to 'app/src/main/res/xml/post_preferences.xml')
-rw-r--r-- | app/src/main/res/xml/post_preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/post_preferences.xml b/app/src/main/res/xml/post_preferences.xml index 7b3059e6..3bc09d0f 100644 --- a/app/src/main/res/xml/post_preferences.xml +++ b/app/src/main/res/xml/post_preferences.xml @@ -52,6 +52,11 @@ app:key="hide_the_number_of_comments" app:title="@string/settings_hide_the_number_of_comments" /> + <ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference + app:defaultValue="false" + app:key="fixed_height_preview_in_card" + app:title="@string/settings_fixed_height_preview_in_card_title" /> + <ml.docilealligator.infinityforreddit.customviews.CustomFontPreferenceCategory app:title="@string/post_layout_compact" /> |