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

10 lines
375 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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>