从下往上飞入的动画效果

<?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"
       />

posted @ 2015-12-03 09:31  ivluowei  阅读(522)  评论(1)    收藏  举报