Cherish: Allow forcing small keyguard clock [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -711,5 +711,9 @@
|
|||||||
|
|
||||||
<!-- Location privacy indicator -->
|
<!-- Location privacy indicator -->
|
||||||
<string name="location_privacy_indicator_title">Show privacy indicator for location</string>
|
<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>
|
</resources>
|
||||||
|
|||||||
@@ -39,6 +39,12 @@
|
|||||||
android:key="always_on_display_schedule"
|
android:key="always_on_display_schedule"
|
||||||
android:title="@string/always_on_display_schedule_title"
|
android:title="@string/always_on_display_schedule_title"
|
||||||
android:fragment="com.cherish.settings.fragments.AODSchedule" />
|
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
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
android:key="lockscreen_battery_info"
|
android:key="lockscreen_battery_info"
|
||||||
|
|||||||
Reference in New Issue
Block a user