Added option to keep screen on when showing lyrics
This commit is contained in:
parent
b349b8c4d1
commit
c7f7f9d695
7 changed files with 37 additions and 2 deletions
|
@ -29,6 +29,13 @@
|
|||
android:layout="@layout/list_item_view"
|
||||
android:title="@string/pref_title_lyrics_type" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="screen_on_lyrics"
|
||||
android:layout="@layout/list_item_view_switch"
|
||||
android:title="@string/pref_title_lyrics_screen_on"
|
||||
android:summary="@string/pref_keep_screen_on_summary"/>
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory
|
||||
android:layout="@layout/preference_category_title"
|
||||
android:title="@string/pref_header_album">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue