Skip to content

Instantly share code, notes, and snippets.

@bens-unit01
Created July 18, 2014 18:08
Show Gist options
  • Save bens-unit01/4bdbdcfa32e9376bd85e to your computer and use it in GitHub Desktop.
Save bens-unit01/4bdbdcfa32e9376bd85e 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">
<scale android:fromXScale="100%p"
android:toXScale="80%p"
android:fromYScale="100%p"
android:toYScale="80%p"
android:pivotX="50%p"
android:pivotY="50%p"
android:duration="@android:integer/config_mediumAnimTime" />
<alpha android:fromAlpha="1"
android:toAlpha="0.5"
android:duration="@android:integer/config_mediumAnimTime"/>
</set>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment