From 4de457cd0207dc1fcac1487d046565df06c3d165 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 9 Oct 2021 22:08:48 +0800 Subject: Loop video option is available for autoplaying videos. --- app/src/main/res/values/strings.xml | 1 + app/src/main/res/xml/video_preferences.xml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 93686697..fd09419b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -595,6 +595,7 @@ Show Only One Comment Level Indicator Switch to Landscape Orientation in Video Player Automatically Loop Video + Restart the app to apply this setting to autoplaying videos Remember Muting Option in Post Feed Post Details Separate Post And Comments in Portrait Mode 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 @@ + app:title="@string/settings_loop_video_title" + app:summary="@string/settings_loop_video_summary" /> -- cgit v1.2.3