aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-07-03 02:27:24 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-07-03 02:27:24 +0000
commit4f8b313b3c42084e66fcdc0e3aaaf870c97b5688 (patch)
tree399fb5287fb6e6f647167291aba364dad0ccd0ff /app/src/main/res/xml
parent9a4edde8fb5550b5caa66eeaba4e686a6b1ff442 (diff)
downloadinfinity-for-reddit-4f8b313b3c42084e66fcdc0e3aaaf870c97b5688.tar
infinity-for-reddit-4f8b313b3c42084e66fcdc0e3aaaf870c97b5688.tar.gz
infinity-for-reddit-4f8b313b3c42084e66fcdc0e3aaaf870c97b5688.tar.bz2
infinity-for-reddit-4f8b313b3c42084e66fcdc0e3aaaf870c97b5688.tar.lz
infinity-for-reddit-4f8b313b3c42084e66fcdc0e3aaaf870c97b5688.tar.xz
infinity-for-reddit-4f8b313b3c42084e66fcdc0e3aaaf870c97b5688.tar.zst
infinity-for-reddit-4f8b313b3c42084e66fcdc0e3aaaf870c97b5688.zip
Fully collapsing comments is now available (barebone).
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/interface_preference.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/interface_preference.xml b/app/src/main/res/xml/interface_preference.xml
index 900ee84d..84d60853 100644
--- a/app/src/main/res/xml/interface_preference.xml
+++ b/app/src/main/res/xml/interface_preference.xml
@@ -70,6 +70,11 @@
app:title="@string/settings_comment_toolbar_hide_on_click" />
<SwitchPreference
+ app:defaultValue="false"
+ app:key="fully_collapse_comment"
+ android:title="@string/settings_fully_collapse_comment_title" />
+
+ <SwitchPreference
app:defaultValue="true"
app:key="show_absolute_number_of_votes"
app:title="@string/settings_show_absolute_number_of_votes_title" />