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

15 lines
523 B
XML

<?xml version="1.0" encoding="utf-8"?>
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/state_on"
android:drawable="@drawable/ic_queue_music"
android:state_checked="true" />
<item
android:id="@+id/state_off"
android:drawable="@drawable/ic_queue_music" />
<transition
android:drawable="@drawable/avd_playlist"
android:fromId="@+id/state_off"
android:toId="@+id/state_on" />
</animated-selector>