Cherish:Add Lockscreen Date n Clock Sizes [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
committed by
Hưng Phan
parent
3f9bd00ab7
commit
e02b66dda8
@@ -421,4 +421,9 @@
|
||||
<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>
|
||||
|
||||
<!-- Lock Clock & Date Size -->
|
||||
<string name="lockdate_font_size_title">Date font size</string>
|
||||
<string name="lockclock_font_size_title">Clock font size</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -62,6 +62,24 @@
|
||||
android:summary="@string/lock_date_font_summary"
|
||||
android:persistent="false" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
android:key="lockclock_font_size"
|
||||
android:title="@string/lockclock_font_size_title"
|
||||
android:max="101"
|
||||
settings:min="65"
|
||||
settings:units="dp"
|
||||
android:persistent="false"
|
||||
android:defaultValue="78" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
android:key="lockdate_font_size"
|
||||
android:title="@string/lockdate_font_size_title"
|
||||
android:max="25"
|
||||
settings:min="10"
|
||||
settings:units="dp"
|
||||
android:defaultValue="18"
|
||||
android:persistent="false" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<!-- Lockscreen Visualizer-->
|
||||
|
||||
Reference in New Issue
Block a user