Cherish: Allow forcing small keyguard clock [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Ido Ben-Hur
2022-01-15 21:32:43 +02:00
committed by Hưng Phan
parent fd91570cf2
commit 1ef44dfb35
2 changed files with 10 additions and 0 deletions

View File

@@ -711,5 +711,9 @@
<!-- Location privacy indicator -->
<string name="location_privacy_indicator_title">Show privacy indicator for location</string>
<!-- Keyguard force small clock -->
<string name="lockscreen_small_clock_title">Force small clock</string>
<string name="lockscreen_small_clock_summary">Don\'t switch to the big clock when there are no notifications</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="lockscreen_small_clock"
android:title="@string/lockscreen_small_clock_title"
android:summary="@string/lockscreen_small_clock_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_battery_info"