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
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
...