Skip to content

Instantly share code, notes, and snippets.

@zskamljic
Created January 28, 2018 09:10
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 zskamljic/fb4a0fc21bd57ece710324d9b1f2cde7 to your computer and use it in GitHub Desktop.
Save zskamljic/fb4a0fc21bd57ece710324d9b1f2cde7 to your computer and use it in GitHub Desktop.
ConstraintSet constraints = new ConstraintSet();
constraints.clone(this, R.layout.activity_main_top_right);
TransitionManager.beginDelayedTransition(binding.constraintLayout);
constraints.applyTo(binding.constraintLayout);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment