Created
January 13, 2017 10:18
-
-
Save cthulhuplush/70806dd8b64d09eaef35343a61c839c2 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