aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-02-24 04:54:45 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-02-24 04:54:45 +0000
commit8768e71a910284a74824a26db3041c339a3af325 (patch)
treecc9e320f49c313d2cead0d4696e8b6d8257bfe6f /app/src/main/res/xml
parent07e2e1e746164eb39c20a1bacbb53bdfc3f8d2c8 (diff)
downloadinfinity-for-reddit-8768e71a910284a74824a26db3041c339a3af325.tar
infinity-for-reddit-8768e71a910284a74824a26db3041c339a3af325.tar.gz
infinity-for-reddit-8768e71a910284a74824a26db3041c339a3af325.tar.bz2
infinity-for-reddit-8768e71a910284a74824a26db3041c339a3af325.tar.lz
infinity-for-reddit-8768e71a910284a74824a26db3041c339a3af325.tar.xz
infinity-for-reddit-8768e71a910284a74824a26db3041c339a3af325.tar.zst
infinity-for-reddit-8768e71a910284a74824a26db3041c339a3af325.zip
New options: Hide subreddit and user prefix and hide the number of votes.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/post_preferences.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/xml/post_preferences.xml b/app/src/main/res/xml/post_preferences.xml
index bafe60fd..c695d63c 100644
--- a/app/src/main/res/xml/post_preferences.xml
+++ b/app/src/main/res/xml/post_preferences.xml
@@ -24,6 +24,16 @@
app:key="hide_the_number_of_awards"
app:title="@string/settings_hide_the_number_of_awards" />
+ <SwitchPreference
+ app:defaultValue="false"
+ app:key="hide_subreddit_and_user_prefix"
+ app:title="@string/settings_hide_subreddit_and_user_prefix" />
+
+ <SwitchPreference
+ app:defaultValue="false"
+ app:key="hide_the_number_of_votes"
+ app:title="@string/settings_hide_the_number_of_votes" />
+
<PreferenceCategory
app:title="@string/post_layout_compact" />