what-the-bank/resources/res/drawable/accept_decline_button_selec...

10 lines
303 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
state_pressed="true"
drawable="@drawable/bg_button_outline"/>
<item
state_pressed="false"
drawable="@drawable/bg_button_gray_outline"/>
</selector>