Cherish:Add tunable to disable QS date [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Pranav Vashi
2022-03-22 23:22:07 +07:00
committed by Hưng Phan
parent aab1b43000
commit 2bfaef6a10
2 changed files with 9 additions and 0 deletions

View File

@@ -702,4 +702,5 @@
<!-- Black theme -->
<string name="system_black_theme_title">Use black theme</string>
<string name="system_black_theme_summary">Force black background colors</string>
</resources>

View File

@@ -21,6 +21,14 @@
<PreferenceCategory
android:title="@string/qs_title">
<!-- QS date -->
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="show_qs_date"
android:title="@string/qs_date_title"
android:summary="@string/qs_date_summary"
android:defaultValue="true" />
<!-- QS footer text toggle -->
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_footer_text_show"