diff options
Diffstat (limited to 'app/src/main/res/xml/comment_preferences.xml')
-rw-r--r-- | app/src/main/res/xml/comment_preferences.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/xml/comment_preferences.xml b/app/src/main/res/xml/comment_preferences.xml index 9455ec35..b7736545 100644 --- a/app/src/main/res/xml/comment_preferences.xml +++ b/app/src/main/res/xml/comment_preferences.xml @@ -37,4 +37,11 @@ app:key="hide_comment_awards" android:title="@string/settings_hide_comment_awards_title" /> + <ml.docilealligator.infinityforreddit.customviews.CustomFontSeekBarPreference + app:defaultValue="5" + android:max="10" + app:key="show_fewer_toolbar_options_threshold" + app:title="@string/settings_show_fewer_toolbar_options_threshold_title" + app:singleLineTitle="false" /> + </PreferenceScreen>
\ No newline at end of file |