aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-02-20 16:27:04 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-02-20 16:27:04 +0000
commita54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16 (patch)
tree838efe7b4191ac7551b3b6e01a1668c5cf57aba1 /app/src/main/res/xml
parentb06c24402b5d32527c8449f8a5bd02ddfd15736a (diff)
downloadinfinity-for-reddit-a54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16.tar
infinity-for-reddit-a54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16.tar.gz
infinity-for-reddit-a54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16.tar.bz2
infinity-for-reddit-a54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16.tar.lz
infinity-for-reddit-a54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16.tar.xz
infinity-for-reddit-a54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16.tar.zst
infinity-for-reddit-a54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16.zip
Add an option to show rounded number of votes.
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 f3e1dabe..c62ecbac 100644
--- a/app/src/main/res/xml/interface_preference.xml
+++ b/app/src/main/res/xml/interface_preference.xml
@@ -64,4 +64,9 @@
app:key="show_comment_divider"
app:title="@string/settings_show_comment_divider_title" />
+ <SwitchPreference
+ app:defaultValue="true"
+ app:key="show_absolute_number_of_votes"
+ app:title="@string/settings_show_absolute_number_of_votes_title" />
+
</PreferenceScreen> \ No newline at end of file