Cherish:LS OwnerInfo Fonts & Size Options [2/2]
SuperdroidBond:- It's done on the basis of LS Date Font & Size. Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
committed by
Hưng Phan
parent
9269a6a1a5
commit
b2cb7d21bf
@@ -444,4 +444,10 @@
|
||||
<string name="lockscreen_weather_city_color">Weather City Color</string>
|
||||
<string name="lockscreen_weather_icon_color">Weather Icon Color</string>
|
||||
<string name="yes">YES</string>
|
||||
|
||||
<!-- LS OwnerInfo Font & Size -->
|
||||
<string name="lock_ownerinfo_font_title">OwnerInfo font options</string>
|
||||
<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>
|
||||
</resources>
|
||||
|
||||
@@ -69,6 +69,16 @@
|
||||
android:summary="@string/lockscreen_colors_summary"
|
||||
android:fragment="com.cherish.settings.fragments.LockColors" />
|
||||
|
||||
<ListPreference
|
||||
android:key="lock_ownerinfo_fonts"
|
||||
android:title="@string/lock_ownerinfo_font_title"
|
||||
android:dialogTitle="@string/lock_ownerinfo_font_dialog_title"
|
||||
android:entries="@array/lock_clock_fonts_entries"
|
||||
android:entryValues="@array/lock_clock_fonts_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="0"
|
||||
android:persistent="false" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
android:key="lockclock_font_size"
|
||||
android:title="@string/lockclock_font_size_title"
|
||||
@@ -87,6 +97,14 @@
|
||||
android:defaultValue="18"
|
||||
android:persistent="false" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
android:key="lockowner_font_size"
|
||||
android:title="@string/lockowner_font_size_title"
|
||||
android:max="25"
|
||||
settings:min="10"
|
||||
settings:units="sp"
|
||||
android:defaultValue="21"
|
||||
android:persistent="false" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<!-- Lockscreen Visualizer-->
|
||||
|
||||
Reference in New Issue
Block a user