Add toggle for charging animation [2/2]

This commit is contained in:
neobuddy89
2019-11-23 13:11:50 +01:00
committed by Hưng Phan
parent c05a2cbecd
commit 8230859788
3 changed files with 17 additions and 0 deletions

View File

@@ -31,6 +31,13 @@
android:icon="@drawable/ic_media"
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" />
<!-- Lockscreen Clock -->
<PreferenceCategory
android:key="lockscreen_clock"