Skip to content

Instantly share code, notes, and snippets.

@victorbrndls
Last active June 23, 2021 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorbrndls/00dab3b51a88a122af2ad44586dc2cf6 to your computer and use it in GitHub Desktop.
Save victorbrndls/00dab3b51a88a122af2ad44586dc2cf6 to your computer and use it in GitHub Desktop.
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
exitTransition = MaterialSharedAxis(MaterialSharedAxis.Z, true)
reenterTransition = MaterialSharedAxis(MaterialSharedAxis.Z, false)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment