Skip to content

Instantly share code, notes, and snippets.

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