From 0b3a6a1cb056c658d5cb8670b9369f23ac380f45 Mon Sep 17 00:00:00 2001 From: minaripenguin Date: Sat, 29 Apr 2023 22:06:56 +0200 Subject: [PATCH] Cherish: Statusbar clock background chip styles [2/2] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: minaripenguin Signed-off-by: Hưng Phan --- res/values/cherish_arrays.xml | 15 +++++++++++++++ res/values/cherish_strings.xml | 3 +++ res/xml/cherish_settings_statusbar.xml | 8 +++++--- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/res/values/cherish_arrays.xml b/res/values/cherish_arrays.xml index 2c2b6e9..4e0698b 100644 --- a/res/values/cherish_arrays.xml +++ b/res/values/cherish_arrays.xml @@ -648,4 +648,19 @@ 7 8 + + + + @string/disabled + @string/solid_accent + @string/outline + @string/solid_accent_gradient + + + + 0 + 1 + 2 + 3 + diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 5697d29..a552162 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -295,6 +295,9 @@ Background chip Display accented chip behind clock + Solid color accent + Outline + Solid color accent gradient Brightness slider diff --git a/res/xml/cherish_settings_statusbar.xml b/res/xml/cherish_settings_statusbar.xml index 0b1dc0b..db829e9 100644 --- a/res/xml/cherish_settings_statusbar.xml +++ b/res/xml/cherish_settings_statusbar.xml @@ -27,11 +27,13 @@ - + android:entries="@array/statusbar_clock_chip_entries" + android:entryValues="@array/statusbar_clock_chip_values" + android:summary="%s" + android:defaultValue="0" />