Fixed Lyrics icon not updating for Full & Gradient theme

This commit is contained in:
Prathamesh More 2021-12-21 01:05:43 +05:30
parent 48950922fb
commit 1c50903f5c
6 changed files with 43 additions and 57 deletions

View 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>