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

15 lines
505 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_face"
android:state_checked="true" />
<item
android:id="@+id/state_off"
android:drawable="@drawable/ic_face" />
<transition
android:drawable="@drawable/avd_face"
android:fromId="@+id/state_off"
android:toId="@+id/state_on" />
</animated-selector>