Cherish: Bring Back LsClock settings

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
spkal01
2022-04-21 11:18:59 +03:00
committed by Hưng Phan
parent 451d85b554
commit bb4d205f59
4 changed files with 82 additions and 0 deletions

View File

@@ -57,6 +57,18 @@
android:title="@string/lockscreen_charging_info_title"
android:summary="@string/lockscreen_charging_info_summary"
android:defaultValue="true" />
<PreferenceCategory
android:title="@string/lock_screen_custom_clock_face_category">
<ListPreference
android:key="lock_screen_custom_clock_face"
android:summary="%s"
android:title="@string/lock_screen_custom_clock_face_title"
android:entries="@array/lock_screen_custom_clock_face_entries"
android:entryValues="@array/lock_screen_custom_clock_face_values" />
</PreferenceCategory>
<PreferenceCategory
android:key="lockscreen_media_art_options"