Cherish:Add media art customization in lockscreen

Lockscreen Album Filter: Make LS media filter blur radius configurable[2/2]

Add Lockscreen album art filter [2/2]

SystemUI: Allow to enable Lockscreen Media Art [2/2]

Co-authored-by: beanstown106 <nbenis106@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
eldainosor
2022-08-27 01:32:24 +07:00
committed by Hưng Phan
parent 49c21b2da7
commit 5071deb85f
3 changed files with 60 additions and 0 deletions

View File

@@ -27,4 +27,21 @@
<item>2</item>
<item>3</item>
</string-array>
<!-- Lockscreen album art filter -->
<string-array name="lockscreen_albumart_filter_entries">
<item>@string/none_string</item>
<item>@string/lockscreen_albumart_filter_grayscale</item>
<item>@string/lockscreen_albumart_filter_tint</item>
<item>@string/lockscreen_albumart_filter_blur</item>
<item>@string/lockscreen_albumart_filter_grayblur</item>
</string-array>
<string-array name="lockscreen_albumart_filter_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
</string-array>
</resources>