Skip to content

Instantly share code, notes, and snippets.

@Aracem
Created July 21, 2014 09:28
Show Gist options
  • Select an option

  • Save Aracem/8f973e84f76234eba160 to your computer and use it in GitHub Desktop.

Select an option

Save Aracem/8f973e84f76234eba160 to your computer and use it in GitHub Desktop.

Revisions

  1. Aracem created this gist Jul 21, 2014.
    7 changes: 7 additions & 0 deletions openActivity.java
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    if (SupportVersion.JellyBean()) {
    ActivityOptions options = ActivityOptions.makeScaleUpAnimation(view, 0,
    0, view.getWidth(), view.getHeight());
    startActivity(coverFlowIntent, options.toBundle());
    } else {
    startActivity(coverFlowIntent);
    }