How to make Translucent Activity

后端 未结 2 1005
忘了有多久
忘了有多久 2020-12-19 13:46

Hellow, I\'m trying to create the translucent Activity and define the code in styles.xml but i\'m unable to make my activity Translucent. how can i make it translucent can a

2条回答
  •  执念已碎
    2020-12-19 14:21

    Add the following style In your res/values/styles.xml file (if you don’t have one, create it.) Here’s a complete file:

    
    
    
    
    

    Now apply the style to your activity in the manifest

    
    ...
    
    

提交回复
热议问题