Created
January 13, 2017 10:17
-
-
Save cthulhuplush/eae6ca2557a0a15bc0b68df0dad2afd2 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