Cherish[SQUASHED] System Charging Animation [2/2]

ChargingAnimation : change both Wired & Wiresless Charging animation [2/2]

ChargingAnimation: move option to Xtras

SDB: also add dependency with Charging Animation toggle

ChargingAnimations: add a few more animations [2/2]

ChargingAnimation : bring back the default one [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
SuperDroidBond
2021-08-21 15:11:42 +05:30
committed by Hưng Phan
parent 3157cda41a
commit b2626d388c
3 changed files with 39 additions and 0 deletions

View File

@@ -32,6 +32,17 @@
android:summary="@string/charging_animation_summary"
android:defaultValue="true" />
<!-- Charging animation style -->
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="charging_animation_style"
settings:iconSpaceReserved="false"
android:title="@string/charging_animation_style_title"
android:entries="@array/charging_animation_style_entries"
android:entryValues="@array/charging_animation_style_values"
android:summary="%s"
android:dependency="charging_animation"
android:defaultValue="1" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="lockscreen_charging_animation_style"
android:icon="@drawable/ic_flash"