leak_canary_exit_alpha.xml
TLDR
This file defines an XML animation resource that describes the alpha (transparency) animation for an exit transition.
Classes
<?xml version="1.0" encoding="utf-8"?>
<alpha
xmlns:android="http://schemas.android.com/apk/res/android"
android:fromAlpha="1"
android:toAlpha="0"
android:duration="@android:integer/config_mediumAnimTime"/>