How to display transparent activity on the another activity without removing previous activity

前端 未结 3 1567
你的背包
你的背包 2020-12-25 12:53

How to display transparent activity on the another activity without removing previous activity ?

I am able to create transparent activity but when i trying to push i

3条回答
  •  时光说笑
    2020-12-25 13:57

    For the AppCompat style, you can use the following code in your styles.xml, and the add that in your manifest.

    styles.xml

    
    

    Manifest

    
    

提交回复
热议问题