From ca223970ff3be71e37ecb590f8e624ba18aa5e89 Mon Sep 17 00:00:00 2001 From: SKULSHADY Date: Fri, 21 Aug 2020 20:52:48 +0700 Subject: [PATCH] Cherish:Add charging animation [2/2] --- res/values/cherish_strings.xml | 4 ++++ res/xml/cherish_settings_notifications.xml | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 97d7dfd..30ae8f5 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -671,4 +671,8 @@ Brightness control Adjust brightness by sliding across the status bar + + Charging animation + Display an animation when the device is plugged in + diff --git a/res/xml/cherish_settings_notifications.xml b/res/xml/cherish_settings_notifications.xml index 7d0beee..e238964 100644 --- a/res/xml/cherish_settings_notifications.xml +++ b/res/xml/cherish_settings_notifications.xml @@ -30,6 +30,13 @@ android:icon="@drawable/ic_battery_almostfull" android:fragment="com.cherish.settings.fragments.BatteryLightSettings" android:title="@string/battery_light_settings" /> + +