Skip to content

Instantly share code, notes, and snippets.

@warpdesign
Created May 15, 2014 18:12
Show Gist options
  • Save warpdesign/94693e55139d8d38f04f to your computer and use it in GitHub Desktop.
Save warpdesign/94693e55139d8d38f04f to your computer and use it in GitHub Desktop.
@Override
public void onBackPressed() {
// finish() is called in super: we only override this method to be able to override the transition
super.onBackPressed();
overridePendingTransition(R.anim.activity_back_in, R.anim.activity_back_out);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment