Commit 0b649f7a authored by fallenstardust's avatar fallenstardust

加快渐入渐出动画速度

parent 4b1e4417
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"> <set xmlns:android="http://schemas.android.com/apk/res/android">
<alpha <alpha
android:duration="800" android:duration="300"
android:fromAlpha="0.1" android:fromAlpha="0.1"
android:toAlpha="1.0" /> android:toAlpha="1.0" />
</set> </set>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"> <set xmlns:android="http://schemas.android.com/apk/res/android">
<alpha <alpha
android:duration="500" android:duration="300"
android:fromAlpha="1.0" android:fromAlpha="1.0"
android:toAlpha="0.0" /> android:toAlpha="0.0" />
</set> </set>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment