anim_bottom_up.xml
316 Bytes
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/linear_interpolator"
android:fillAfter="true">
<translate
android:duration="400"
android:fromYDelta="0%"
android:toYDelta="-150%" />
</set>