btn_play.xml
331 Bytes
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@mipmap/img_play_2" android:state_pressed="true" />
<item android:drawable="@mipmap/img_play_1" tools:ignore="ResourceCycle" />
</selector>