aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/comment_preferences.xml
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2022-11-08 14:10:07 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2022-11-08 14:10:07 +0000
commit8326e6c4a20eb84ebfbbd23e594aec2a8c8a56e3 (patch)
tree36fe3cd83abbff7ac174df6adf63eb8578362b64 /app/src/main/res/xml/comment_preferences.xml
parent681a1c584c9e156d4f6fab9e19567a0b59e48736 (diff)
downloadinfinity-for-reddit-8326e6c4a20eb84ebfbbd23e594aec2a8c8a56e3.tar
infinity-for-reddit-8326e6c4a20eb84ebfbbd23e594aec2a8c8a56e3.tar.gz
infinity-for-reddit-8326e6c4a20eb84ebfbbd23e594aec2a8c8a56e3.tar.bz2
infinity-for-reddit-8326e6c4a20eb84ebfbbd23e594aec2a8c8a56e3.tar.lz
infinity-for-reddit-8326e6c4a20eb84ebfbbd23e594aec2a8c8a56e3.tar.xz
infinity-for-reddit-8326e6c4a20eb84ebfbbd23e594aec2a8c8a56e3.tar.zst
infinity-for-reddit-8326e6c4a20eb84ebfbbd23e594aec2a8c8a56e3.zip
New option: Settings->Interface->Comment->Hide the Number of Votes.
Diffstat (limited to 'app/src/main/res/xml/comment_preferences.xml')
-rw-r--r--app/src/main/res/xml/comment_preferences.xml5
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 dd9245e4..c38eb2f1 100644
--- a/app/src/main/res/xml/comment_preferences.xml
+++ b/app/src/main/res/xml/comment_preferences.xml
@@ -47,6 +47,11 @@
app:key="always_show_child_comment_count"
android:title="@string/settings_always_show_child_comment_count_title" />
+ <ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
+ app:defaultValue="false"
+ app:key="hide_the_number_of_votes_in_comments"
+ app:title="@string/settings_hide_the_number_of_votes" />
+
<ml.docilealligator.infinityforreddit.customviews.CustomFontSeekBarPreference
app:defaultValue="5"
android:max="10"