From cde4ee91f8c1fdae4d6fc392eeee02f695b75411 Mon Sep 17 00:00:00 2001
From: litetex <40789489+litetex@users.noreply.github.com>
Date: Tue, 1 Mar 2022 20:14:40 +0100
Subject: [PATCH] Minor rework
* Moved settings to a better section
* Made string a bit shorter
---
app/src/main/res/values/strings.xml | 2 +-
app/src/main/res/xml/video_audio_settings.xml | 20 +++++++++----------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index abf82d481..8b8945b40 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -79,7 +79,7 @@
Inexact seek allows the player to seek to positions faster with reduced precision. Seeking for 5, 15 or 25 seconds doesn\'t work with this
Fast-forward/-rewind seek duration
Playback load interval size
- Change the load interval size (currently at %s). A lower value may speed up initial video loading. Changes require a player restart.
+ Change the load interval size (currently %s). A lower value may speed up initial video loading. Changes require a player restart.
Ask for confirmation before clearing a queue
Switching from one player to another may replace your queue
The active player queue will be replaced
diff --git a/app/src/main/res/xml/video_audio_settings.xml b/app/src/main/res/xml/video_audio_settings.xml
index 3f90011a9..69013ae4b 100644
--- a/app/src/main/res/xml/video_audio_settings.xml
+++ b/app/src/main/res/xml/video_audio_settings.xml
@@ -61,6 +61,16 @@
app:singleLineTitle="false"
app:iconSpaceReserved="false" />
+
+
-
-