diff --git a/res/values/cherish_arrays.xml b/res/values/cherish_arrays.xml index e46976c..d38ecb2 100644 --- a/res/values/cherish_arrays.xml +++ b/res/values/cherish_arrays.xml @@ -531,5 +531,22 @@ 0 1 + + + + @string/lockscreen_albumart_filter_none + @string/lockscreen_albumart_filter_grayscale + @string/lockscreen_albumart_filter_tint + @string/lockscreen_albumart_filter_blur + @string/lockscreen_albumart_filter_grayblur + + + + 0 + 1 + 2 + 3 + 4 + diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 958a8ac..25e8112 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -625,5 +625,13 @@ Lock screen media Media cover art Enable media cover art on the lockscreen + + + Media cover art filter + None + Grayscale + Accent tinted + Blur + Grayscale and blurred diff --git a/res/xml/cherish_settings_lockscreen.xml b/res/xml/cherish_settings_lockscreen.xml index 54e22e3..e588a50 100644 --- a/res/xml/cherish_settings_lockscreen.xml +++ b/res/xml/cherish_settings_lockscreen.xml @@ -56,6 +56,14 @@ android:title="@string/media_art_title" android:summary="@string/media_art_summary" android:defaultValue="true" /> + +