From 772d5ec18346cf16e9a565488336f4be9c00d0c0 Mon Sep 17 00:00:00 2001 From: SKULSHADY Date: Fri, 6 Dec 2019 12:56:09 +0700 Subject: [PATCH] Cherish: Add ambient pulse notification [2/2] --- res/drawable/ic_pulse.xml | 7 +++++ res/values/cherish_strings.xml | 6 ++++ res/xml/cherish_settings_notifications.xml | 20 ++++++++++++ .../fragments/NotificationSettings.java | 31 ++++++++++++++++++- 4 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 res/drawable/ic_pulse.xml diff --git a/res/drawable/ic_pulse.xml b/res/drawable/ic_pulse.xml new file mode 100644 index 0000000..2bd7a73 --- /dev/null +++ b/res/drawable/ic_pulse.xml @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 60cca3a..b8a3f18 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -623,4 +623,10 @@ Select an image from internal storage Darken image Image height offset + + + Screen + Edge lighting + Light up the side edges of the screen on notification pulse + Edge light color diff --git a/res/xml/cherish_settings_notifications.xml b/res/xml/cherish_settings_notifications.xml index 27ae91e..e4d47b0 100644 --- a/res/xml/cherish_settings_notifications.xml +++ b/res/xml/cherish_settings_notifications.xml @@ -31,6 +31,26 @@ android:fragment="com.cherish.settings.fragments.BatteryLightSettings" android:title="@string/battery_light_settings" /> + + + + + + + +