For particular view apply animation:
view_reference.startAnimation(AnimationUtils.loadAnimation(context, android.R.anim.slide_in_left));
Irrespective of view assign the Animation
overridePendingTransition(android.R.anim.slide_in_left, android.R.anim.slide_out_right);
view_reference.startAnimation(AnimationUtils.loadAnimation(context, android.R.anim.slide_in_left));
Irrespective of view assign the Animation
overridePendingTransition(android.R.anim.slide_in_left, android.R.anim.slide_out_right);
No comments:
Post a Comment