Cherish:Remove old font options
should use system fonts it will better Removed battery info fonts Removed date/time lockscreen fonts Removed weather lockscreen fonts Removed owner info lockscreen fonts Removed traffic network fonts Removed Clock in status fonts Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -24,17 +24,6 @@
|
||||
android:title="@string/lockscreen_battery_info_title"
|
||||
android:summary="@string/lockscreen_battery_info_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<ListPreference
|
||||
android:key="lockscreen_battery_info_font"
|
||||
android:title="@string/lockscreen_battery_info_font_title"
|
||||
android:dialogTitle="@string/lockscreen_battery_info_dialog_title"
|
||||
android:entries="@array/lock_clock_fonts_entries"
|
||||
android:entryValues="@array/lock_clock_fonts_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="28"
|
||||
android:dependency="lockscreen_battery_info"
|
||||
android:persistent="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="charging_animation"
|
||||
@@ -91,16 +80,6 @@
|
||||
android:summary="%s"
|
||||
android:defaultValue="2" />
|
||||
|
||||
<ListPreference
|
||||
android:key="lock_clock_fonts"
|
||||
android:title="@string/lock_clock_font_title"
|
||||
android:dialogTitle="@string/lock_clock_font_dialog_title"
|
||||
android:entries="@array/lock_clock_fonts_entries"
|
||||
android:entryValues="@array/lock_clock_fonts_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="34"
|
||||
android:persistent="false" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
android:key="lockclock_font_size"
|
||||
android:title="@string/lockclock_font_size_title"
|
||||
@@ -110,16 +89,6 @@
|
||||
android:persistent="false"
|
||||
android:defaultValue="65" />
|
||||
|
||||
<ListPreference
|
||||
android:key="custom_text_clock_fonts"
|
||||
android:title="@string/custom_text_clock_font_title"
|
||||
android:dialogTitle="@string/lock_clock_font_dialog_title"
|
||||
android:entries="@array/lock_clock_fonts_entries"
|
||||
android:entryValues="@array/lock_clock_fonts_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="32"
|
||||
android:persistent="false" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
android:key="custom_text_clock_font_size"
|
||||
android:title="@string/custom_text_clock_font_size_title"
|
||||
@@ -141,16 +110,6 @@
|
||||
android:summary="%s"
|
||||
android:defaultValue="0" />
|
||||
|
||||
<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="%s"
|
||||
android:defaultValue="32"
|
||||
android:persistent="false" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
android:key="lockdate_font_size"
|
||||
android:title="@string/lockdate_font_size_title"
|
||||
@@ -162,16 +121,6 @@
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="Owner Info"/>
|
||||
|
||||
<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="lockowner_font_size"
|
||||
|
||||
Reference in New Issue
Block a user