aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-01-07 07:36:23 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-01-07 07:36:23 +0000
commit2f912a523ee910ef75958365d89d2405cb6e5fc7 (patch)
tree4581459bdfd50ae4c77f7ae2bd07badfa7a2e05f /app/src/main/res/xml
parent5af408540909198255e497ea9c8c74072523c35f (diff)
downloadinfinity-for-reddit-2f912a523ee910ef75958365d89d2405cb6e5fc7.tar
infinity-for-reddit-2f912a523ee910ef75958365d89d2405cb6e5fc7.tar.gz
infinity-for-reddit-2f912a523ee910ef75958365d89d2405cb6e5fc7.tar.bz2
infinity-for-reddit-2f912a523ee910ef75958365d89d2405cb6e5fc7.tar.lz
infinity-for-reddit-2f912a523ee910ef75958365d89d2405cb6e5fc7.tar.xz
infinity-for-reddit-2f912a523ee910ef75958365d89d2405cb6e5fc7.tar.zst
infinity-for-reddit-2f912a523ee910ef75958365d89d2405cb6e5fc7.zip
New option in data saving mode: Only disable preview in video and gif posts.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/data_saving_mode_preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/data_saving_mode_preferences.xml b/app/src/main/res/xml/data_saving_mode_preferences.xml
index e635f2db..6ff3f04a 100644
--- a/app/src/main/res/xml/data_saving_mode_preferences.xml
+++ b/app/src/main/res/xml/data_saving_mode_preferences.xml
@@ -20,4 +20,9 @@
app:key="disable_image_preview"
android:title="@string/settings_disable_image_preview_title" />
+ <SwitchPreference
+ app:defaultValue="false"
+ app:key="only_disable_preview_in_video_and_gif_posts"
+ android:title="@string/settings_only_disable_preview_in_video_and_gif_posts_title" />
+
</PreferenceScreen> \ No newline at end of file