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

10 lines
374 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_normal_pressed"/>
<item
state_pressed="false"
drawable="@drawable/notification_bg_normal"/>
</selector>