Skip to content

Instantly share code, notes, and snippets.

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