Skip to content

Instantly share code, notes, and snippets.

@phamducminh
Last active July 2, 2019 16:07
Show Gist options
  • Save phamducminh/e0f23f1e5d0a9d43ad6ef4423c46f5f7 to your computer and use it in GitHub Desktop.
Save phamducminh/e0f23f1e5d0a9d43ad6ef4423c46f5f7 to your computer and use it in GitHub Desktop.
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:fillAfter="true"
android:interpolator="@android:anim/linear_interpolator">
<translate
android:duration="800"
android:fromXDelta="0%p"
android:toXDelta="75%p" />
</set>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment