Skip to content

Instantly share code, notes, and snippets.

@cthulhuplush
Created January 13, 2017 10:18
Show Gist options
  • Save cthulhuplush/539c099d9a6fefe1a7388ff467ac4567 to your computer and use it in GitHub Desktop.
Save cthulhuplush/539c099d9a6fefe1a7388ff467ac4567 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