Cherish: Secondary color for lockscreen clock toggle [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
committed by
Hưng Phan
parent
4c62e26f12
commit
7c9e18e3fc
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user