feature: Show when locked option (#1732)

This commit is contained in:
Kryštof Baksa 2025-01-17 21:33:26 +01:00 committed by GitHub
parent fba9f6f5f3
commit 9155d887b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 41 additions and 0 deletions

View file

@ -62,6 +62,14 @@
android:title="@string/pref_keep_screen_on_title"
app:icon="@drawable/ic_settings_brightness" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="false"
android:key="show_when_locked"
android:layout="@layout/list_item_view_switch"
android:summary="@string/pref_show_when_locked_summary"
android:title="@string/pref_show_when_locked_title"
app:icon="@drawable/ic_screen_lock_portrait" />
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEListPreference