I am trying to slide an Activity from Bottom to Top which I am able to do.
But while sliding from bottom to top my background activity is also sliding to bottom. I want
Then provide an outgoing animation to make the current Activity stay still:
overridePendingTransition(R.anim.slide_in_up, R.anim.stay);
stay.xml: