when i call new activity by animation the background make black so i want to remove black back ground so how can i achieve this? ? For animation i use
getW
Add below attribute in your app then replace your own color :
Below code effects to Activity Components if you use any overridePendingTransition(),it creates issue in transition while Activity changing it seems misbehaviour.So, don't use this code for prevent black background.
android:theme="@android:style/Theme.Translucent"
OR