Skip to content

Instantly share code, notes, and snippets.

@phamducminh
Last active July 2, 2019 16:07
Show Gist options
  • Save phamducminh/60523f9130db52b56c15152316b940bb to your computer and use it in GitHub Desktop.
Save phamducminh/60523f9130db52b56c15152316b940bb to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:fillAfter="true"
android:interpolator="@android:anim/bounce_interpolator">
<scale
android:duration="500"
android:fromXScale="1.0"
android:fromYScale="0.0"
android:toXScale="1.0"
android:toYScale="1.0" />
</set>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment