Cherish:Lockscreen date styles [2/2]

This commit is contained in:
Alex
2019-08-06 22:51:31 +05:30
committed by Hung Phan
parent e943b13c15
commit ace7f655fa
3 changed files with 36 additions and 0 deletions

View File

@@ -46,4 +46,19 @@
android:defaultValue="2" />
</PreferenceCategory>
<!-- Lockscreen Date Styles-->
<PreferenceCategory
android:key="lockscreen_date"
android:title="@string/lockscreen_date_title">
<com.cherish.settings.preferences.SecureSettingListPreference
android:key="lockscreen_date_selection"
android:icon="@drawable/ic_calendar"
android:title="@string/lockscreen_date_selection_title"
android:dialogTitle="@string/lockscreen_date_dialog_title"
android:entries="@array/lockscreen_date_selection_entries"
android:entryValues="@array/lockscreen_date_selection_values"
android:defaultValue="0" />
</PreferenceCategory>
</PreferenceScreen>