Skip to content

Instantly share code, notes, and snippets.

@LuizGadao
Created December 19, 2015 21:56
Show Gist options
  • Save LuizGadao/128b3724beff1ba9a909 to your computer and use it in GitHub Desktop.
Save LuizGadao/128b3724beff1ba9a909 to your computer and use it in GitHub Desktop.
android scale animation
<?xml version="1.0" encoding="utf-8"?>
<scale xmlns:android="http://schemas.android.com/apk/res/android"
android:toXScale="1.5"
android:fromXScale="1.0"
android:toYScale="1.5"
android:fromYScale="1.0"
android:pivotY="50%"
android:pivotX="50%"
android:duration="2000"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment