Cherish: Add toggle to completely hide status bar on lockscreen [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Pranav Vashi
2021-01-10 16:44:57 +09:00
committed by Hưng Phan
parent 02c1838888
commit a03d1f4ec5
2 changed files with 11 additions and 0 deletions

View File

@@ -1044,4 +1044,8 @@
<string name="corner_fwvals">Use framework values</string>
<string name="corner_fwvals_summary">Useful if the device actually has rounded corners</string>
<string name="unit_pixels">dp</string>
<!-- Show Statusbar on Lockscreen -->
<string name="lockscreen_status_bar_title">Status bar</string>
<string name="lockscreen_status_bar_summary">Display status bar on the lockscreen</string>
</resources>

View File

@@ -61,6 +61,13 @@
android:summary="@string/lockscreen_lock_icon_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_status_bar"
android:icon="@drawable/ic_lock_outline"
android:title="@string/lockscreen_status_bar_title"
android:summary="@string/lockscreen_status_bar_summary"
android:defaultValue="true" />
<!-- Lock screen -->
<PreferenceCategory
android:title="Lock Clock"/>