aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml-sw600dp
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-08-02 07:26:14 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-08-02 07:26:14 +0000
commit305ae1c13cafa495bfa6695f973557761abd6d61 (patch)
tree863dbb0a6e77cbf374449721c75c23466c269b11 /app/src/main/res/xml-sw600dp
parenta3b4c54ec2255cea03e930201cda9a0a37ef5c08 (diff)
downloadinfinity-for-reddit-305ae1c13cafa495bfa6695f973557761abd6d61.tar
infinity-for-reddit-305ae1c13cafa495bfa6695f973557761abd6d61.tar.gz
infinity-for-reddit-305ae1c13cafa495bfa6695f973557761abd6d61.tar.bz2
infinity-for-reddit-305ae1c13cafa495bfa6695f973557761abd6d61.tar.lz
infinity-for-reddit-305ae1c13cafa495bfa6695f973557761abd6d61.tar.xz
infinity-for-reddit-305ae1c13cafa495bfa6695f973557761abd6d61.tar.zst
infinity-for-reddit-305ae1c13cafa495bfa6695f973557761abd6d61.zip
New options: separate post and comments in post details page.
Diffstat (limited to 'app/src/main/res/xml-sw600dp')
-rw-r--r--app/src/main/res/xml-sw600dp/post_details_preferences.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/app/src/main/res/xml-sw600dp/post_details_preferences.xml b/app/src/main/res/xml-sw600dp/post_details_preferences.xml
new file mode 100644
index 00000000..1bb6f4c9
--- /dev/null
+++ b/app/src/main/res/xml-sw600dp/post_details_preferences.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
+
+ <SwitchPreference
+ app:defaultValue="true"
+ app:key="separate_post_and_comments_in_portrait_mode"
+ app:title="@string/settings_separate_post_and_comments_in_portrait_mode" />
+
+ <SwitchPreference
+ app:defaultValue="true"
+ app:key="separate_post_and_comments_in_landscape_mode"
+ app:title="@string/settings_separate_post_and_comments_in_landscape_mode" />
+
+ <SwitchPreference
+ app:defaultValue="false"
+ app:key="hide_post_type"
+ app:title="@string/settings_hide_post_type" />
+
+ <SwitchPreference
+ app:defaultValue="false"
+ app:key="hide_post_flair"
+ app:title="@string/settings_hide_post_flair" />
+
+ <SwitchPreference
+ app:defaultValue="false"
+ 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" />
+
+ <SwitchPreference
+ app:defaultValue="false"
+ app:key="hide_the_number_of_comments"
+ app:title="@string/settings_hide_the_number_of_comments" />
+
+</PreferenceScreen> \ No newline at end of file