Cherish: Secondary color for lockscreen clock toggle [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
strwbrrylvr143
2022-08-02 19:31:30 +07:00
committed by Hưng Phan
parent 4c62e26f12
commit 7c9e18e3fc
2 changed files with 10 additions and 0 deletions

View File

@@ -872,4 +872,8 @@
<!-- Wi-Fi Standard icon -->
<string name="show_wifi_standard_icon_title">Show Wi-Fi Standard icon</string>
<string name="show_wifi_standard_icon_summary">Show Wi-Fi type in Wi-Fi signal indicator</string>
<!-- Lockscreen clock color -->
<string name="lockscreen_clock_color_title">Lockscreen clock color</string>
<string name="lockscreen_clock_color_summary">Use secondary color for lockscreen clock, if disabled will use color accent</string>
</resources>

View File

@@ -39,6 +39,12 @@
android:key="always_on_display_schedule"
android:title="@string/always_on_display_schedule_title"
android:fragment="com.cherish.settings.fragments.AODSchedule" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="use_secondary_color_clock"
android:title="@string/lockscreen_clock_color_title"
android:summary="@string/lockscreen_clock_color_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_battery_info"