Skip to content

Instantly share code, notes, and snippets.

@guffyWave
Created August 31, 2016 12:49
Show Gist options
  • Save guffyWave/750d18e7d905faac5c5c97030b71ed3f to your computer and use it in GitHub Desktop.
Save guffyWave/750d18e7d905faac5c5c97030b71ed3f to your computer and use it in GitHub Desktop.
// ActivityOptions activityOptions = ActivityOptions.makeScaleUpAnimation(v, 0, 0, v.getWidth(), v.getHeight());
// Bundle bundle = new Bundle();
// if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
// WhiteLabellingGalleryActivity.start(WhiteLabellingToolActivity.this, activityOptions, bundle);
// } else {
// WhiteLabellingGalleryActivity.start(WhiteLabellingToolActivity.this, null, bundle);
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment