From 42aa4ba4405bd3918a28b79d648e6fa8148f9497 Mon Sep 17 00:00:00 2001 From: StarkDroid Date: Sat, 13 Aug 2022 14:47:32 +0800 Subject: [PATCH] Cherish: Clock Size Settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: strwbrry143 Signed-off-by: Hưng Phan --- res/values/cherish_strings.xml | 4 ++++ res/xml/cherish_settings_quicksettings.xml | 8 ++++++++ res/xml/cherish_settings_statusbar.xml | 8 ++++++++ .../cherish/settings/fragments/QuickSettings.java | 15 +++++++++++++++ .../settings/fragments/StatusBarSettings.java | 13 +++++++++++++ 5 files changed, 48 insertions(+) diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 5d47396..82fa726 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -909,4 +909,8 @@ Battery temperature GPU frequency GPU utilization + + + Statusbar Clock font size + QS Header Clock font size diff --git a/res/xml/cherish_settings_quicksettings.xml b/res/xml/cherish_settings_quicksettings.xml index c0ef7ee..429606d 100644 --- a/res/xml/cherish_settings_quicksettings.xml +++ b/res/xml/cherish_settings_quicksettings.xml @@ -38,6 +38,14 @@ android:entries="@array/qs_system_info_entries" android:entryValues="@array/qs_system_info_values" android:defaultValue="0" /> + + diff --git a/res/xml/cherish_settings_statusbar.xml b/res/xml/cherish_settings_statusbar.xml index c51ad52..23ed1f0 100644 --- a/res/xml/cherish_settings_statusbar.xml +++ b/res/xml/cherish_settings_statusbar.xml @@ -50,6 +50,14 @@ android:title="@string/status_bar_clock_title" android:summary="@string/status_bar_clock_summary" android:fragment="com.cherish.settings.fragments.Clock" /> + +