diff options
Diffstat (limited to 'app/src/main/res/xml/comment_preferences.xml')
-rw-r--r-- | app/src/main/res/xml/comment_preferences.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/xml/comment_preferences.xml b/app/src/main/res/xml/comment_preferences.xml index c38eb2f1..caf95e8f 100644 --- a/app/src/main/res/xml/comment_preferences.xml +++ b/app/src/main/res/xml/comment_preferences.xml @@ -12,6 +12,15 @@ app:key="show_comment_divider" app:title="@string/settings_show_comment_divider_title" /> + <ml.docilealligator.infinityforreddit.customviews.CustomFontListPreference + app:defaultValue="0" + app:key="comment_divider_type" + android:title="@string/settings_comment_divider_type" + app:entries="@array/settings_comment_divider_type" + app:entryValues="@array/settings_comment_divider_type_values" + app:useSimpleSummaryProvider="true" + app:isPreferenceVisible="false" /> + <ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference app:defaultValue="false" app:key="show_only_one_comment_level_indicator" |