Cherish:Add tunable to disable QS date [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -702,4 +702,5 @@
|
|||||||
<!-- Black theme -->
|
<!-- Black theme -->
|
||||||
<string name="system_black_theme_title">Use black theme</string>
|
<string name="system_black_theme_title">Use black theme</string>
|
||||||
<string name="system_black_theme_summary">Force black background colors</string>
|
<string name="system_black_theme_summary">Force black background colors</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -21,6 +21,14 @@
|
|||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:title="@string/qs_title">
|
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 -->
|
<!-- QS footer text toggle -->
|
||||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
android:key="qs_footer_text_show"
|
android:key="qs_footer_text_show"
|
||||||
|
|||||||
Reference in New Issue
Block a user