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
You can simply call overridePendingTransition(R.anim.slide_in_up, 0)
overridePendingTransition(R.anim.slide_in_up, 0)
0 means no animation.
0