diff options
author | Docile-Alligator <chineseperson5@gmail.com> | 2022-02-18 11:48:00 +0000 |
---|---|---|
committer | Docile-Alligator <chineseperson5@gmail.com> | 2022-02-18 11:48:00 +0000 |
commit | f508132f328286d0c1f08f61e326631e2191ef5e (patch) | |
tree | bbcc89b2d508160a6c0f42077b863a98843110d6 /app/src/main/res/xml/comment_preferences.xml | |
parent | b933c9d08b6c1e3517313094cc92a443e9403bec (diff) | |
download | infinity-for-reddit-f508132f328286d0c1f08f61e326631e2191ef5e.tar infinity-for-reddit-f508132f328286d0c1f08f61e326631e2191ef5e.tar.gz infinity-for-reddit-f508132f328286d0c1f08f61e326631e2191ef5e.tar.bz2 infinity-for-reddit-f508132f328286d0c1f08f61e326631e2191ef5e.tar.lz infinity-for-reddit-f508132f328286d0c1f08f61e326631e2191ef5e.tar.xz infinity-for-reddit-f508132f328286d0c1f08f61e326631e2191ef5e.tar.zst infinity-for-reddit-f508132f328286d0c1f08f61e326631e2191ef5e.zip |
New option: Interface->Comment->Always show the number of child comments. Fix notification icon. Tweak the app icon.
Diffstat (limited to 'app/src/main/res/xml/comment_preferences.xml')
-rw-r--r-- | app/src/main/res/xml/comment_preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/comment_preferences.xml b/app/src/main/res/xml/comment_preferences.xml index 76738f73..dd9245e4 100644 --- a/app/src/main/res/xml/comment_preferences.xml +++ b/app/src/main/res/xml/comment_preferences.xml @@ -42,6 +42,11 @@ app:key="hide_comment_awards" android:title="@string/settings_hide_comment_awards_title" /> + <ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference + app:defaultValue="false" + app:key="always_show_child_comment_count" + android:title="@string/settings_always_show_child_comment_count_title" /> + <ml.docilealligator.infinityforreddit.customviews.CustomFontSeekBarPreference app:defaultValue="5" android:max="10" |