Cherish: Fade filter for lockscreen media artwork [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -252,8 +252,14 @@
|
||||
<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>
|
||||
|
||||
<!-- Media artwork -->
|
||||
<string name="artwork_media_background_enable_blur_title">Blur media media notification artwork background</string>
|
||||
<string name="artwork_media_background_blur_radius_title">Blur amount for media notification artwork</string>
|
||||
<string name="media_artwork_fade_percent_title">Fade percent for media notification artwork</string>
|
||||
<string name="lockscreen_albumart_filter_blur_radius_title">Blur amount for lockscreen media artwork</string>
|
||||
|
||||
<string name="ls_media_artwork_fade_percent_title">Fade amount for lockscreen media artwork</string>
|
||||
|
||||
<!-- Show VoLTE icon on statusbar -->
|
||||
<string name="volte_icon_style_title">Select VoLTE/HD Icon</string>
|
||||
<string name="volte_icon_off">Off</string>
|
||||
|
||||
@@ -117,11 +117,20 @@
|
||||
android:fragment="com.cherish.settings.fragments.sound.PulseSettings" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="ls_media_filter_blur_radius"
|
||||
android:title="@string/lockscreen_albumart_filter_blur_radius_title"
|
||||
android:defaultValue="10"
|
||||
android:max="25"
|
||||
settings:min="1" />
|
||||
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" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="ls_media_artwork_fade_percent"
|
||||
android:title="@string/ls_media_artwork_fade_percent_title"
|
||||
android:dependency="lockscreen_media_metadata"
|
||||
android:defaultValue="30"
|
||||
android:max="80"
|
||||
settings:min="1" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user