Evolver: 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

Change-Id: I82f9199aaa408a0ad19d82483e5d1015168aecfb
This commit is contained in:
ReallySnow
2022-10-26 15:43:53 +08:00
committed by Joey Huab
parent e563e3aee0
commit e9eaae1561
2 changed files with 11 additions and 0 deletions

View File

@@ -821,4 +821,8 @@
<!-- Ongoing progress bar chip in statusbar -->
<string name="ongoing_action_chip_title">Ongoing progress bar chip</string>
<string name="ongoing_action_chip_summary">Show progress bar chip in status bar which features ongoing action progress from a notification</string>
<!-- Squiggle animation -->
<string name="show_squiggle_animation_title">Show squiggle animation</string>
<string name="show_squiggle_animation_summary">Show media panel squiggle animation\nAfter change need to switch music, pause music or move the progress bar to apply</string>
</resources>

View File

@@ -87,6 +87,13 @@
android:summary="@string/qs_compact_media_player_mode_summary"
android:defaultValue="false" />
<!-- Squiggle animation -->
<org.evolution.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" />
<org.evolution.settings.preferences.SystemSettingListPreference
android:key="qs_header_clock_style"
android:title="@string/qs_header_clock_style_title"