Created
January 13, 2017 10:18
-
-
Save cthulhuplush/539c099d9a6fefe1a7388ff467ac4567 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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