From d8483e031b1c046ea6a37dcf29c67328b46ad6be Mon Sep 17 00:00:00 2001 From: 703joko <703joko@gmail.com> Date: Mon, 12 Jul 2021 01:52:27 +0700 Subject: [PATCH] Cherish: introduce Big QS Clock optional [2/2] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 703joko <703joko@gmail.com> Signed-off-by: Hưng Phan --- res/values/cherish_arrays.xml | 13 +++++++++++++ res/values/cherish_strings.xml | 9 +++++++++ res/xml/cherish_settings_quicksettings.xml | 22 ++++++++++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/res/values/cherish_arrays.xml b/res/values/cherish_arrays.xml index f6ae7cb..8ecfd2f 100644 --- a/res/values/cherish_arrays.xml +++ b/res/values/cherish_arrays.xml @@ -1343,4 +1343,17 @@ 2 3 + + + + @string/left_clock + @string/center_clock + @string/right_clock + + + + 0 + 1 + 2 + diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 8bc965c..26ae3bb 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -1305,4 +1305,13 @@ Data usage Display data usage summary in quick settings footer + + + QS Clock + Qs clock location + Show clock in QS Panel + Clock position + Left + Center + Right diff --git a/res/xml/cherish_settings_quicksettings.xml b/res/xml/cherish_settings_quicksettings.xml index be9518e..ab4bf40 100644 --- a/res/xml/cherish_settings_quicksettings.xml +++ b/res/xml/cherish_settings_quicksettings.xml @@ -68,6 +68,28 @@ android:title="@string/enable_clear_all_button" android:summary="@string/enable_clear_all_button_summary" android:defaultValue="false" /> + + + + + + + +