diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 53ffd65..0116b7b 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -252,8 +252,14 @@ Accent tinted Blur Grayscale and blurred + + + Blur media media notification artwork background + Blur amount for media notification artwork + Fade percent for media notification artwork Blur amount for lockscreen media artwork - + Fade amount for lockscreen media artwork + Select VoLTE/HD Icon Off diff --git a/res/xml/cherish_settings_lockscreen.xml b/res/xml/cherish_settings_lockscreen.xml index 1044644..d08e4d2 100644 --- a/res/xml/cherish_settings_lockscreen.xml +++ b/res/xml/cherish_settings_lockscreen.xml @@ -117,11 +117,20 @@ android:fragment="com.cherish.settings.fragments.sound.PulseSettings" /> + android:key="ls_media_filter_blur_radius" + android:title="@string/lockscreen_albumart_filter_blur_radius_title" + android:dependency="lockscreen_media_metadata" + android:defaultValue="125" + android:max="125" + settings:min="2" /> + +