Cherish: Controllable squiggle animation [2/2]

* 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 <phandinhhungvp2001@gmail.com>
This commit is contained in:
ReallySnow
2022-11-01 17:48:13 +07:00
committed by Hưng Phan
parent d4c84fba3e
commit 31e4078afa
2 changed files with 12 additions and 0 deletions

View File

@@ -831,4 +831,8 @@
<string name="qs_tile_label_size_title">Label text size</string>
<string name="qs_columns_portrait_title">Columns (portrait)</string>
<string name="qs_columns_landscape_title">Columns (landscape)</string>
<!-- Squiggle animation -->
<string name="show_squiggle_animation_title">Show squiggle animation</string>
<string name="show_squiggle_animation_summary">Show media panel squiggle animation, after change need to switch music, pause music or move the progress bar to apply</string>
</resources>

View File

@@ -51,6 +51,14 @@
android:summary="@string/smart_charging_summary"
android:fragment="com.cherish.settings.fragments.SmartCharging"/>
<!-- Squiggle animation -->
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="show_media_squiggle_animation"
android:title="@string/show_squiggle_animation_title"
android:summary="@string/show_squiggle_animation_summary"
android:defaultValue="true" />
<!-- Unlock FPS for specific games -->
<SwitchPreference
android:key="use_games_spoof"