Cherish:Add lockscreen media artwork options
Change-Id: I93e1d2d8c51c640284e5c24da621ea6d13dff278 Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -563,4 +563,8 @@
|
||||
<string name="vowifi_icon_vivo">Vivo</string>
|
||||
<string name="vowifi_icon_margaritov">Margaritov</string>
|
||||
|
||||
<!-- Lockscreen media artwork -->
|
||||
<string name="lockscreen_media_blur_title">Media art blur level</string>
|
||||
<string name="show_lockscreen_media_art_title">Show media art</string>
|
||||
<string name="lockscreen_media_art_options_title">Lockscreen media art</string>
|
||||
</resources>
|
||||
|
||||
@@ -41,6 +41,26 @@
|
||||
android:summary="@string/lockscreen_battery_info_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="lockscreen_media_art_options"
|
||||
android:title="@string/lockscreen_media_art_options_title" >
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="show_lockscreen_media_art"
|
||||
android:title="@string/show_lockscreen_media_art_title"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="lockscreen_media_blur"
|
||||
android:title="@string/lockscreen_media_blur_title"
|
||||
android:dependency="show_lockscreen_media_art"
|
||||
android:max="25"
|
||||
android:min="0"
|
||||
android:defaultValue="25"
|
||||
settings:units="dp"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="lockscreen_category"
|
||||
android:title="@string/ls_category">
|
||||
|
||||
Reference in New Issue
Block a user