Cherish:Introduce lockscreen clock/date styles [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -368,4 +368,21 @@
|
||||
<item>34</item>
|
||||
<item>35</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Lockscreen clock style -->
|
||||
<string-array name="lockscreen_clock_titles">
|
||||
<item>@string/lockscreen_clock_hide</item>
|
||||
<item>@string/lockscreen_clock_default</item>
|
||||
<item>@string/lockscreen_clock_default_bold</item>
|
||||
<item>@string/lockscreen_clock_sammy</item>
|
||||
<item>@string/lockscreen_clock_sammy_bold</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="lockscreen_clock_values">
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -452,4 +452,13 @@
|
||||
<string name="lock_ownerinfo_font_summary">Change the default font of the lockscreen owner info</string>
|
||||
<string name="lock_ownerinfo_font_dialog_title">Select lock ownerinfo font</string>
|
||||
<string name="lockowner_font_size_title">Owner info font size</string>
|
||||
|
||||
<!-- Lockscreen clock style -->
|
||||
<string name="lockscreen_clock_title">Clock style</string>
|
||||
<string name="lockscreen_clock_dialog_title">Select clock style</string>
|
||||
<string name="lockscreen_clock_hide">Hide</string>
|
||||
<string name="lockscreen_clock_default">Default</string>
|
||||
<string name="lockscreen_clock_default_bold">Default (bold)</string>
|
||||
<string name="lockscreen_clock_sammy">Sammy</string>
|
||||
<string name="lockscreen_clock_sammy_bold">Sammy (bold)</string>
|
||||
</resources>
|
||||
|
||||
@@ -44,6 +44,14 @@
|
||||
android:key="lockscreen_category"
|
||||
android:title="@string/lockscreen_category">
|
||||
|
||||
<com.cherish.settings.preferences.SecureSettingListPreference
|
||||
android:key="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" />
|
||||
|
||||
<ListPreference
|
||||
android:key="lock_clock_fonts"
|
||||
android:title="@string/lock_clock_font_title"
|
||||
|
||||
Reference in New Issue
Block a user