Cherish: Add Lockscreen album art filter [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
eldainosor
2021-05-28 10:50:01 +07:00
committed by Hưng Phan
parent 323f6e87fb
commit 807d033bd3
3 changed files with 34 additions and 1 deletions

View File

@@ -1124,5 +1124,12 @@
<string name="statusbar_icons_style_summary">Choose the style of your statusbar icons (requires SystemUI restart)</string>
<string name="header_icons_style">Colored Header Icons</string>
<string name="header_icons_style_summary">Choose the style of your notification headers icons (requires SystemUI restart)</string>
<!-- Lockscreen album art filter -->
<string name="lockscreen_albumart_filter_title">Media cover art filter</string>
<string name="lockscreen_albumart_filter_none">None</string>
<string name="lockscreen_albumart_filter_grayscale">Grayscale</string>
<string name="lockscreen_albumart_filter_tint">Accent tinted</string>
<string name="lockscreen_albumart_filter_blur">Blur</string>
<string name="lockscreen_albumart_filter_grayblur">Grayscale and blurred</string>
</resources>