Cherish: Add custom charging info fonts [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Ido Ben-Hur
2020-02-06 16:44:09 +02:00
committed by Hưng Phan
parent 63ef38c532
commit 3ebd26b070
3 changed files with 28 additions and 0 deletions

View File

@@ -24,6 +24,17 @@
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"