aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-10-09 14:08:48 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-10-09 14:08:48 +0000
commit4de457cd0207dc1fcac1487d046565df06c3d165 (patch)
tree9df8170a54fea71ab43572d8150e1b6a78fee208 /app/src/main/res/xml
parentf12dea156fbe08b3b8ad64d153c8aedc75bf024e (diff)
downloadinfinity-for-reddit-4de457cd0207dc1fcac1487d046565df06c3d165.tar
infinity-for-reddit-4de457cd0207dc1fcac1487d046565df06c3d165.tar.gz
infinity-for-reddit-4de457cd0207dc1fcac1487d046565df06c3d165.tar.bz2
infinity-for-reddit-4de457cd0207dc1fcac1487d046565df06c3d165.tar.lz
infinity-for-reddit-4de457cd0207dc1fcac1487d046565df06c3d165.tar.xz
infinity-for-reddit-4de457cd0207dc1fcac1487d046565df06c3d165.tar.zst
infinity-for-reddit-4de457cd0207dc1fcac1487d046565df06c3d165.zip
Loop video option is available for autoplaying videos.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/video_preferences.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/xml/video_preferences.xml b/app/src/main/res/xml/video_preferences.xml
index 7b2ebbdb..ef8d944e 100644
--- a/app/src/main/res/xml/video_preferences.xml
+++ b/app/src/main/res/xml/video_preferences.xml
@@ -33,7 +33,8 @@
<SwitchPreference
app:defaultValue="true"
app:key="loop_video"
- app:title="@string/settings_loop_video_title" />
+ app:title="@string/settings_loop_video_title"
+ app:summary="@string/settings_loop_video_summary" />
<PreferenceCategory
app:title="@string/settings_video_autoplay_title" />