diff --git a/res/values/cherish_arrays.xml b/res/values/cherish_arrays.xml
index cfabec7..9c9ae3d 100644
--- a/res/values/cherish_arrays.xml
+++ b/res/values/cherish_arrays.xml
@@ -658,4 +658,23 @@
- 7
- 5
+
+
+
+ - @string/disabled
+ - @string/lockscreen_charging_animation_flash
+ - @string/lockscreen_charging_animation_battery
+ - @string/lockscreen_charging_animation_drop
+ - @string/lockscreen_charging_animation_explosion
+ - @string/lockscreen_charging_animation_water
+
+
+
+ - 0
+ - 1
+ - 2
+ - 3
+ - 4
+ - 5
+
diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml
index a1155e4..02b02f1 100644
--- a/res/values/cherish_strings.xml
+++ b/res/values/cherish_strings.xml
@@ -725,8 +725,12 @@
Charging animation
Display an animation when the device is plugged in
- Lockscreen charging animation
- Display a fancy animation when the device is charging
+ Charging animation
+ Flash
+ Battery
+ Drop
+ Explosion
+ Water
Click to partial screenshot
Short click Volume Down and Power to take partial screenshot
diff --git a/res/xml/cherish_settings_lockscreen.xml b/res/xml/cherish_settings_lockscreen.xml
index 7f6476d..c3193b4 100644
--- a/res/xml/cherish_settings_lockscreen.xml
+++ b/res/xml/cherish_settings_lockscreen.xml
@@ -32,12 +32,13 @@
android:summary="@string/charging_animation_summary"
android:defaultValue="true" />
-
+ android:entries="@array/lockscreen_charging_animation_entries"
+ android:entryValues="@array/lockscreen_charging_animation_values"
+ android:defaultValue="1" />