Skip to content

Instantly share code, notes, and snippets.

@phamducminh
Last active July 2, 2019 16:06
Show Gist options
  • Save phamducminh/217bf4810011775d6b53b9159886f965 to your computer and use it in GitHub Desktop.
Save phamducminh/217bf4810011775d6b53b9159886f965 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">
<scale
android:duration="1000"
android:fromXScale="1.0"
android:fromYScale="1.0"
android:pivotX="50%"
android:pivotY="50%"
android:toXScale="0.5"
android:toYScale="0.5"></scale>
</set>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment