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

@@ -1203,4 +1203,21 @@
<item>3</item>
<item>4</item>
</string-array>
<!-- Lockscreen album art filter -->
<string-array name="lockscreen_albumart_filter_entries">
<item>@string/lockscreen_albumart_filter_none</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>