Cherish:Lockscreen Date Fonts [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -416,4 +416,9 @@
|
||||
<string name="lock_clock_font_burnstown">Burnstown</string>
|
||||
<string name="lock_clock_font_dumbledor">Dumbledor</string>
|
||||
<string name="lock_clock_font_phantombold">PhantomBold</string>
|
||||
|
||||
<!-- Lock Date Fonts -->
|
||||
<string name="lock_date_font_title">Date font options</string>
|
||||
<string name="lock_date_font_summary">Change the default font of the lockscreen date widget</string>
|
||||
<string name="lock_date_font_dialog_title">Select lock date font</string>
|
||||
</resources>
|
||||
|
||||
@@ -53,6 +53,15 @@
|
||||
android:summary="@string/lock_clock_font_summary"
|
||||
android:persistent="false" />
|
||||
|
||||
<ListPreference
|
||||
android:key="lock_date_fonts"
|
||||
android:title="@string/lock_date_font_title"
|
||||
android:dialogTitle="@string/lock_date_font_dialog_title"
|
||||
android:entries="@array/lock_clock_fonts_entries"
|
||||
android:entryValues="@array/lock_clock_fonts_values"
|
||||
android:summary="@string/lock_date_font_summary"
|
||||
android:persistent="false" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<!-- Lockscreen Visualizer-->
|
||||
|
||||
Reference in New Issue
Block a user