Added option to show lyrics over Cover
This commit is contained in:
parent
3cd6714336
commit
956cce6989
7 changed files with 59 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<array name="pref_album_cover_transform_entities">
|
||||
<array name="pref_album_cover_transform_entries">
|
||||
<item>@string/normal</item>
|
||||
<item>@string/cascading</item>
|
||||
<item>@string/depth</item>
|
||||
|
@ -20,6 +20,16 @@
|
|||
<item>6</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_lyrics_type_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
</string-array>
|
||||
|
||||
<array name="pref_lyrics_type_entries">
|
||||
<item>@string/replace_cover</item>
|
||||
<item>@string/over_cover</item>
|
||||
</array>
|
||||
|
||||
<string-array name="pref_tab_text_mode_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue