diff options
author | Alex Ning <chineseperson5@gmail.com> | 2022-01-29 03:11:36 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2022-01-29 03:11:36 +0000 |
commit | 5a5011f19e7c6fa75fe3ee9d19035af2a3ea12be (patch) | |
tree | 296f6281b58387ba9aad89983e68d97cbec7bf66 /app/src/main/res/xml/comment_preferences.xml | |
parent | 2569742e1c61f92f36d656965eadb608fb185667 (diff) | |
download | infinity-for-reddit-5a5011f19e7c6fa75fe3ee9d19035af2a3ea12be.tar infinity-for-reddit-5a5011f19e7c6fa75fe3ee9d19035af2a3ea12be.tar.gz infinity-for-reddit-5a5011f19e7c6fa75fe3ee9d19035af2a3ea12be.tar.bz2 infinity-for-reddit-5a5011f19e7c6fa75fe3ee9d19035af2a3ea12be.tar.lz infinity-for-reddit-5a5011f19e7c6fa75fe3ee9d19035af2a3ea12be.tar.xz infinity-for-reddit-5a5011f19e7c6fa75fe3ee9d19035af2a3ea12be.tar.zst infinity-for-reddit-5a5011f19e7c6fa75fe3ee9d19035af2a3ea12be.zip |
New option: Settings->Interface->Comment->Show Fewer Toolbar Options Starting From.
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 |