Skip to content

Instantly share code, notes, and snippets.

@cthulhuplush
Created January 13, 2017 10:18
Show Gist options
  • Save cthulhuplush/70806dd8b64d09eaef35343a61c839c2 to your computer and use it in GitHub Desktop.
Save cthulhuplush/70806dd8b64d09eaef35343a61c839c2 to your computer and use it in GitHub Desktop.
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP)
{
TransitionManager.beginDelayedTransition(mCoordinatorLayout);
}
else
{
// Transition Magic for APIs 19+
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment