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

10 lines
335 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_transactions_enable"/>
<item
state_enabled="false"
drawable="@drawable/ic_funds_action_transactions_disable"/>
</selector>