From 31e4078afa58b9a58323c06592f35f208fa52d8c Mon Sep 17 00:00:00 2001 From: ReallySnow Date: Tue, 1 Nov 2022 17:48:13 +0700 Subject: [PATCH] Cherish: Controllable squiggle animation [2/2] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Although the wavy animation is really nice, but some users don't like it, so use a switch to control it on and off * On: https://imgur.com/a/syVpSzh * Off: https://imgur.com/a/29s2ZjA Signed-off-by: Hưng Phan --- res/values/cherish_strings.xml | 4 ++++ res/xml/cherish_settings_misc.xml | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 4e9343d..7826ded 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -831,4 +831,8 @@ Label text size Columns (portrait) Columns (landscape) + + + Show squiggle animation + Show media panel squiggle animation, after change need to switch music, pause music or move the progress bar to apply diff --git a/res/xml/cherish_settings_misc.xml b/res/xml/cherish_settings_misc.xml index b6323fa..34aeb95 100644 --- a/res/xml/cherish_settings_misc.xml +++ b/res/xml/cherish_settings_misc.xml @@ -51,6 +51,14 @@ android:summary="@string/smart_charging_summary" android:fragment="com.cherish.settings.fragments.SmartCharging"/> + + + +