Change lyrics color on Color theme
This commit is contained in:
parent
cfe4556aa1
commit
ae13590204
9 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
package code.name.monkey.retromusic.fragments.other
|
||||
package code.name.monkey.retromusic.fragments.player
|
||||
|
||||
import android.content.SharedPreferences
|
||||
import android.os.Bundle
|
|
@ -285,7 +285,7 @@ class PlayerAlbumCoverFragment : AbsMusicServiceFragment(R.layout.fragment_playe
|
|||
} else {
|
||||
surfaceColor()
|
||||
}
|
||||
Color, Classic -> color.backgroundColor
|
||||
Color, Classic -> color.primaryTextColor
|
||||
Blur -> Color.BLACK
|
||||
else -> surfaceColor()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue