Skip to content

Instantly share code, notes, and snippets.

@siscofran999
Created July 19, 2021 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siscofran999/b43067add1a8c06081700e2fb20442d0 to your computer and use it in GitHub Desktop.
Save siscofran999/b43067add1a8c06081700e2fb20442d0 to your computer and use it in GitHub Desktop.
Moving Top Animation
<?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