PlayerAndroid/app/src/main/res/drawable/toggle_artist.xml

5 lines
284 B
XML
Raw Normal View History

2018-12-25 14:58:47 +00:00
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_artist_selected_white_24dp" android:state_checked="true" />
<item android:drawable="@drawable/ic_artist_white_24dp" />
</selector>