aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-08-11 15:44:43 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-08-11 15:44:43 +0000
commitc1862f334ef76b009b4423cbb92cf47d11f7431d (patch)
treedb3dde401d5a812af6fe94770594f848c360d45f /app/src/main/res/xml
parentdc248735c707fe85ceb01899ff7bc73e3196ff08 (diff)
downloadinfinity-for-reddit-c1862f334ef76b009b4423cbb92cf47d11f7431d.tar
infinity-for-reddit-c1862f334ef76b009b4423cbb92cf47d11f7431d.tar.gz
infinity-for-reddit-c1862f334ef76b009b4423cbb92cf47d11f7431d.tar.bz2
infinity-for-reddit-c1862f334ef76b009b4423cbb92cf47d11f7431d.tar.lz
infinity-for-reddit-c1862f334ef76b009b4423cbb92cf47d11f7431d.tar.xz
infinity-for-reddit-c1862f334ef76b009b4423cbb92cf47d11f7431d.tar.zst
infinity-for-reddit-c1862f334ef76b009b4423cbb92cf47d11f7431d.zip
Disable video autoplay when separating post and comments in post detail page is enabled.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/post_details_preferences.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/xml/post_details_preferences.xml b/app/src/main/res/xml/post_details_preferences.xml
index a082c1ee..e549cb42 100644
--- a/app/src/main/res/xml/post_details_preferences.xml
+++ b/app/src/main/res/xml/post_details_preferences.xml
@@ -5,7 +5,8 @@
<SwitchPreference
app:defaultValue="true"
app:key="separate_post_and_comments_in_landscape_mode"
- app:title="@string/settings_separate_post_and_comments_in_landscape_mode" />
+ app:title="@string/settings_separate_post_and_comments_in_landscape_mode_title"
+ app:summary="@string/settings_separate_post_and_comments_summary" />
<SwitchPreference
app:defaultValue="false"