Skip to content

Instantly share code, notes, and snippets.

@Richie97
Created August 7, 2014 21:44
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 Richie97/eaef058e886ccd6a9b42 to your computer and use it in GitHub Desktop.
Save Richie97/eaef058e886ccd6a9b42 to your computer and use it in GitHub Desktop.
Multiple Shared Views
ActivityOptions options = ActivityOptions.makeSceneTransitionAnimation(this,
Pair.create(view1, "nameOfFirstView"),
Pair.create(view2, "nameOfSecondView"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment