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:
@@ -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>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user