Cherish:Add toggle for lockscreen lock icon [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -715,4 +715,7 @@
|
|||||||
<!-- Lockscreen media artwork -->
|
<!-- Lockscreen media artwork -->
|
||||||
<string name="lockscreen_media_blur_title">Media art blur level</string>
|
<string name="lockscreen_media_blur_title">Media art blur level</string>
|
||||||
|
|
||||||
|
<string name="lockscreen_lock_icon_title">Lock icon</string>
|
||||||
|
<string name="lockscreen_lock_icon_summary">Display lock icon on the lockscreen</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -39,6 +39,13 @@
|
|||||||
android:summary="@string/fprint_error_vib_summary"
|
android:summary="@string/fprint_error_vib_summary"
|
||||||
android:defaultValue="true" />
|
android:defaultValue="true" />
|
||||||
|
|
||||||
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
|
android:key="lockscreen_lock_icon"
|
||||||
|
android:icon="@drawable/ic_lock_outline"
|
||||||
|
android:title="@string/lockscreen_lock_icon_title"
|
||||||
|
android:summary="@string/lockscreen_lock_icon_summary"
|
||||||
|
android:defaultValue="true" />
|
||||||
|
|
||||||
<!-- Lock screen -->
|
<!-- Lock screen -->
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:title="Lock Clock"/>
|
android:title="Lock Clock"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user