From f12dea156fbe08b3b8ad64d153c8aedc75bf024e Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 9 Oct 2021 21:43:55 +0800 Subject: New option: loop video. --- app/src/main/res/values/strings.xml | 1 + app/src/main/res/xml/video_preferences.xml | 5 +++++ 2 files changed, 6 insertions(+) (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 11e062eb..93686697 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -594,6 +594,7 @@ Disable NSFW Forever Show Only One Comment Level Indicator Switch to Landscape Orientation in Video Player Automatically + Loop Video 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 decf2674..7b2ebbdb 100644 --- a/app/src/main/res/xml/video_preferences.xml +++ b/app/src/main/res/xml/video_preferences.xml @@ -30,6 +30,11 @@ app:key="video_player_automatic_landscape_orientation" app:title="@string/settings_video_player_automatic_landscape_orientation" /> + + -- cgit v1.2.3