Cherish: Pulse initial checkin for Android 11 [4/4]

Squashed in:
* Pulse navbar audio gfx visualizer for Android 10 [3/4] - bigrushdog
* Add automatic album art color mode for navbar pulse [3/3] - ezio84
* Extend NavBar Pulse to LockScreen [2/2] - neobuddy89

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
bigrushdog
2020-06-09 16:31:25 -07:00
committed by Hưng Phan
parent 87fd619a2a
commit b6685242ef
4 changed files with 415 additions and 0 deletions

View File

@@ -1330,4 +1330,29 @@
<item>5</item>
<item>6</item>
</string-array>
<!-- Pulse -->
<string-array name="pulse_render_mode_entries">
<item>@string/pulse_render_mode_fading_bars</item>
<item>@string/pulse_render_mode_solid_lines</item>
</string-array>
<string-array name="pulse_render_mode_values" translatable="false">
<item>0</item>
<item>1</item>
</string-array>
<string-array name="pulse_color_mode_entries">
<item>@string/pulse_color_accent</item>
<item>@string/pulse_color_custom</item>
<item>@string/pulse_color_lava_lamp</item>
<item>@string/pulse_color_auto</item>
</string-array>
<string-array name="pulse_color_mode_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
</string-array>
</resources>