Skip to content

Instantly share code, notes, and snippets.

@victorbrndls
Created June 23, 2021 23:43
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/6abac86d0cc13121aa39eaca30db38f2 to your computer and use it in GitHub Desktop.
Save victorbrndls/6abac86d0cc13121aa39eaca30db38f2 to your computer and use it in GitHub Desktop.
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
exitTransition = MaterialSharedAxis(MaterialSharedAxis.Z, false)
reenterTransition = MaterialSharedAxis(MaterialSharedAxis.Z, true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment