aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/comment_preferences.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2022-02-05 07:19:18 +0000
committerAlex Ning <chineseperson5@gmail.com>2022-02-05 07:19:18 +0000
commitc265bbecf9b613285de56cd0643ec94e364d4f5e (patch)
tree6a53384e3c8e29270ba8350c701c13af2df3bc24 /app/src/main/res/xml/comment_preferences.xml
parent101525ae334b55cfcad887a64811c3b31ac8753a (diff)
downloadinfinity-for-reddit-c265bbecf9b613285de56cd0643ec94e364d4f5e.tar
infinity-for-reddit-c265bbecf9b613285de56cd0643ec94e364d4f5e.tar.gz
infinity-for-reddit-c265bbecf9b613285de56cd0643ec94e364d4f5e.tar.bz2
infinity-for-reddit-c265bbecf9b613285de56cd0643ec94e364d4f5e.tar.lz
infinity-for-reddit-c265bbecf9b613285de56cd0643ec94e364d4f5e.tar.xz
infinity-for-reddit-c265bbecf9b613285de56cd0643ec94e364d4f5e.tar.zst
infinity-for-reddit-c265bbecf9b613285de56cd0643ec94e364d4f5e.zip
New option: Settings->Interface->Comment->Hide Author Avatar. Fix Application ClassCastException in MainActivity. Don't show the number of child comments in expanded comments.
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 b7736545..76738f73 100644
--- a/app/src/main/res/xml/comment_preferences.xml
+++ b/app/src/main/res/xml/comment_preferences.xml
@@ -34,6 +34,11 @@
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
app:defaultValue="false"
+ app:key="show_author_avatar"
+ android:title="@string/settings_show_author_avatar_title" />
+
+ <ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
+ app:defaultValue="false"
app:key="hide_comment_awards"
android:title="@string/settings_hide_comment_awards_title" />