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

10 lines
323 B
XML

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