blob: f131732c71c3afdf05e16aacb35b19fa53a0edc8 (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="90"
android:fromAlpha="1"
android:interpolator="@android:anim/accelerate_interpolator"
android:toAlpha="0" />
|