Cherish: Add more charging animation for users [2/3]

This commit is contained in:
SuperDroidBond
2020-03-05 10:49:18 +07:00
committed by Hưng Phan
parent 8c1e31fc6d
commit ccc2b7f0cf
4 changed files with 37 additions and 7 deletions

View File

@@ -24,13 +24,16 @@
android:title="@string/lockscreen_battery_info_title"
android:summary="@string/lockscreen_battery_info_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_charging_animation"
android:icon="@drawable/ic_charging"
android:title="@string/lockscreen_charging_animation_title"
android:summary="@string/lockscreen_charging_animation_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="lockscreen_charging_animation_style"
android:icon="@drawable/ic_charging"
android:dialogTitle="@string/lockscreen_charging_animation_title"
android:title="@string/lockscreen_charging_animation_title"
android:entries="@array/lockscreen_charging_animation_entries"
android:entryValues="@array/lockscreen_charging_animation_values"
android:summary="%s"
android:defaultValue="1" />
<!-- Lockscreen Clock -->
<PreferenceCategory