Skip to content

Instantly share code, notes, and snippets.

@thrashedbrain
Created January 12, 2021 02:37
Show Gist options
  • Save thrashedbrain/82a9a229e751eec7562dbb3f9b97ec45 to your computer and use it in GitHub Desktop.
Save thrashedbrain/82a9a229e751eec7562dbb3f9b97ec45 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromAlpha="1.0"
android:toAlpha="0.0"
android:duration="714" />
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromAlpha="0.0"
android:toAlpha="1.0"
android:duration="714" />
overridePendingTransition(R.anim.fadein, R.anim.fadeout);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment