diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-02-24 04:54:45 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-02-24 04:54:45 +0000 |
commit | 8768e71a910284a74824a26db3041c339a3af325 (patch) | |
tree | cc9e320f49c313d2cead0d4696e8b6d8257bfe6f /app/src/main/res/xml | |
parent | 07e2e1e746164eb39c20a1bacbb53bdfc3f8d2c8 (diff) | |
download | infinity-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.xml | 10 |
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" /> |