From 865fb7286fca4c9082171084ba9e09b0b27d8766 Mon Sep 17 00:00:00 2001 From: SuperDroidBond Date: Mon, 4 Oct 2021 11:13:55 +0530 Subject: [PATCH] Ambient Pulse Light: add layout style for top n bottom [2/2] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SuperDroidBond Signed-off-by: Hưng Phan --- res/values/cherish_arrays.xml | 13 +++++++++++++ res/values/cherish_strings.xml | 6 ++++++ res/xml/cherish_settings_notifications.xml | 8 ++++++++ 3 files changed, 27 insertions(+) diff --git a/res/values/cherish_arrays.xml b/res/values/cherish_arrays.xml index ff92a5b..27e31ea 100644 --- a/res/values/cherish_arrays.xml +++ b/res/values/cherish_arrays.xml @@ -593,4 +593,17 @@ 300 600 + + + + @string/pulse_light_both + @string/pulse_light_top_bottom + @string/pulse_light_left_right + + + + 0 + 1 + 2 + diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 3d1724d..a290c50 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -835,4 +835,10 @@ Light width + + + Light Layout Style + All Four Sides + Only Top-Bottom + Only Left-Right diff --git a/res/xml/cherish_settings_notifications.xml b/res/xml/cherish_settings_notifications.xml index 596c10f..8b3361f 100644 --- a/res/xml/cherish_settings_notifications.xml +++ b/res/xml/cherish_settings_notifications.xml @@ -59,6 +59,14 @@ android:key="ambient_notification_light_color" android:title="@string/pulse_ambient_light_color_title" android:defaultValue="0xFFFFFFFF" /> + +