what-the-bank/resources/res/drawable/notification_bg_low.xml

10 lines
375 B
XML

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