Cherish:Introduce lockscreen clock/date styles [2/2]

Change-Id: I4f2693846bacc218c4c00c20b146841e79daa821
This commit is contained in:
Alex
2020-01-04 01:48:37 -05:00
committed by Hung Phan
parent 8583c3f3db
commit 25f6c89cad
4 changed files with 48 additions and 0 deletions

View File

@@ -30,4 +30,20 @@
android:title="@string/lockscreen_media_art_title"
android:icon="@drawable/ic_media"
android:defaultValue="true" />
<!-- Lockscreen Clock -->
<PreferenceCategory
android:key="lockscreen_clock"
android:title="@string/lockscreen_clock_title">
<com.cherish.settings.preferences.SecureSettingListPreference
android:key="lockscreen_clock_selection"
android:icon="@drawable/ic_lockscreen_clock_selection"
android:title="@string/lockscreen_clock_title"
android:dialogTitle="@string/lockscreen_clock_dialog_title"
android:entries="@array/lockscreen_clock_titles"
android:entryValues="@array/lockscreen_clock_values"
android:defaultValue="2" />
</PreferenceCategory>
</PreferenceScreen>