@Override protected void onDestroy() { super.onDestroy(); }
@Override public void onBackPressed() { super.onBackPressed(); overridePendingTransition(R.anim.left_slide_in, R.anim.right_slide_out); }