Transition explode = TransitionInflater.from(this).inflateTransition(R.transition.explode); | |
getWindow().setEnterTransition(explode); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Transition explode = TransitionInflater.from(this).inflateTransition(R.transition.explode); | |
getWindow().setEnterTransition(explode); |