diff --git a/res/values/cherish_arrays.xml b/res/values/cherish_arrays.xml
index c5a45fb..5250f08 100644
--- a/res/values/cherish_arrays.xml
+++ b/res/values/cherish_arrays.xml
@@ -1254,4 +1254,17 @@
- 1
- 2
+
+
+
+ - @string/text_charging_symbol_default
+ - @string/text_charging_symbol_flash
+ - @string/text_charging_symbol_tilde
+
+
+
+ - 0
+ - 1
+ - 2
+
diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml
index 696115a..a335b6e 100644
--- a/res/values/cherish_strings.xml
+++ b/res/values/cherish_strings.xml
@@ -1178,4 +1178,11 @@
Power menu opacity
+
+
+ Custom charging symbol for text style
+ Custom charging symbol near battery percentage text
+ Disabled
+ Flash
+ Tilde
diff --git a/res/xml/cherish_settings_statusbar_battery.xml b/res/xml/cherish_settings_statusbar_battery.xml
index 157cdca..f1e9671 100644
--- a/res/xml/cherish_settings_statusbar_battery.xml
+++ b/res/xml/cherish_settings_statusbar_battery.xml
@@ -35,8 +35,18 @@
android:dialogTitle="@string/battery_percentage_title"
android:entries="@array/battery_percent_entries"
android:entryValues="@array/battery_percent_values"
+ android:summary="%s"
android:defaultValue="0" />
+
+