Skip to content

Instantly share code, notes, and snippets.

@LuizGadao
Created December 19, 2015 21:09
Show Gist options
  • Save LuizGadao/2eb443bfd01f78ef7ee1 to your computer and use it in GitHub Desktop.
Save LuizGadao/2eb443bfd01f78ef7ee1 to your computer and use it in GitHub Desktop.
android alpha animation
<?xml version="1.0" encoding="utf-8"?>
<alpha
xmlns:android="http://schemas.android.com/apk/res/android"
android:fromAlpha="1.0"
android:toAlpha="0.0"
android:duration="2000"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment