When I call new activity by animation the background gets black.
How can I remove remove the black background?
For the animation I’m using:
getWindow().setBackgroundDrawableResource(R.drawable.mainbg_);
overridePendingTransition (R.anim.push_up_in,0);
set the theme of that activity as transluscent in manifest file
so your code will be something like this