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:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user