Created
August 31, 2016 12:49
-
-
Save guffyWave/750d18e7d905faac5c5c97030b71ed3f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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