2016-01-05 11:55:31 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<alpha
|
|
|
|
android:fromAlpha="0.0"
|
|
|
|
android:toAlpha="1.0"
|
|
|
|
android:interpolator="@android:anim/accelerate_interpolator"
|
2016-01-07 03:55:52 +08:00
|
|
|
android:duration="300"
|
|
|
|
android:fillAfter="true"/>
|
2016-01-05 11:55:31 +08:00
|
|
|
</set>
|