From d654d972509d1ed122e7c0ed25a8a5ad64aafec1 Mon Sep 17 00:00:00 2001 From: SuperDroidBond Date: Mon, 4 Oct 2021 11:13:55 +0530 Subject: [PATCH] Cherish: 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 Co-Authored-By: bezke <1642612+bezke@users.noreply.github.com> Signed-off-by: Hưng Phan --- res/values/cherish_arrays.xml | 13 +++++++++++++ res/values/cherish_strings.xml | 4 ++++ res/xml/edge_lightning_settings.xml | 8 ++++++++ 3 files changed, 25 insertions(+) diff --git a/res/values/cherish_arrays.xml b/res/values/cherish_arrays.xml index 054a390..4f9cac2 100644 --- a/res/values/cherish_arrays.xml +++ b/res/values/cherish_arrays.xml @@ -447,6 +447,19 @@ 0 1 + + + + @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 773465f..3eaf49d 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -651,5 +651,9 @@ Solid Faded Light width + Light Layout Style + All Four Sides + Only Top-Bottom + Only Left-Right diff --git a/res/xml/edge_lightning_settings.xml b/res/xml/edge_lightning_settings.xml index de94ba7..bcc3f63 100644 --- a/res/xml/edge_lightning_settings.xml +++ b/res/xml/edge_lightning_settings.xml @@ -85,6 +85,14 @@ android:summary="%s" android:defaultValue="1" /> + +