BatchStepSensor / res / drawable /

card_action_icon_negative.xml

1
<?xml version="1.0" encoding="utf-8"?>
2
 
3
<selector xmlns:android="http://schemas.android.com/apk/res/android">
4
    <item android:drawable="@drawable/ic_cardaction_negative_pressed" android:state_pressed="true" />
5
    <item android:drawable="@drawable/ic_cardaction_negative" />
6
</selector>