mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 01:45:22 +01:00
feature: Show when locked option (#1732)
This commit is contained in:
parent
fba9f6f5f3
commit
9155d887b4
7 changed files with 41 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue