Fixed Lyrics icon not updating for Full & Gradient theme
This commit is contained in:
parent
48950922fb
commit
1c50903f5c
6 changed files with 43 additions and 57 deletions
5
app/src/main/res/drawable/sld_lyrics.xml
Normal file
5
app/src/main/res/drawable/sld_lyrics.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/ic_lyrics" android:state_checked="true" />
|
||||
<item android:drawable="@drawable/ic_lyrics_outline" />
|
||||
</selector>
|
Loading…
Add table
Add a link
Reference in a new issue