Created
July 19, 2021 16:13
-
-
Save siscofran999/b43067add1a8c06081700e2fb20442d0 to your computer and use it in GitHub Desktop.
Moving Top Animation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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:fromYDelta="0%p" | |
android:toYDelta="-100%p" | |
android:duration="1500" /> | |
</set> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment