how to remove Black background between start new activity during slide_left animation?

前端 未结 6 1064
轻奢々
轻奢々 2020-12-01 06:32

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         


        
6条回答
  •  广开言路
    2020-12-01 06:37

    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
    
     
    
    

提交回复
热议问题