Skip to content

Instantly share code, notes, and snippets.

@phamducminh
Created July 2, 2019 09:54
Show Gist options
  • Save phamducminh/37648224b25cecb298175b3a6306cad9 to your computer and use it in GitHub Desktop.
Save phamducminh/37648224b25cecb298175b3a6306cad9 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">
<alpha
android:duration="5000"
android:fromAlpha="1.0"
android:interpolator="@android:anim/accelerate_interpolator"
android:toAlpha="0.0" />
</set>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment