嗨,有人知道如何为动画添加缓动效果吗?
继承人我的动画到目前为止
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fillAfter="true">
<translate android:fromYDelta="100%p" android:toYDelta="0" android:duration="1000" />
</set>