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

前端 未结 6 1043
轻奢々
轻奢々 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条回答
  •  -上瘾入骨i
    2020-12-01 06:47

    set the theme of that activity as transluscent in manifest file

    android:theme="@android:style/Theme.Translucent"
    

    so your code will be something like this

    
    

提交回复
热议问题