从下往上飞入的动画效果
时间:2015-12-03 09:48:44
收藏:0
阅读:315
<?xml version="1.0" encoding="utf-8"?>
<translate xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="1200"
android:fromYDelta="110%p"
android:toYDelta="0%p"
/>
原文:http://www.cnblogs.com/iv520/p/5015095.html
评论(0)