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

前端 未结 6 1046
轻奢々
轻奢々 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:39

    All you really need, especially if you already got a theme set to the activity and don't want to use the Theme.Translucent suggested is add the following to your activity/app's theme:

    true
    

提交回复
热议问题