Answer: gnobal
(Best answer)
Add the following styles to your res/values/styles.xml file (create one if you don’t have one yet). This is a complete file:
(The color value of @color/transparent I put in the res/values/color.xml file is #00000000. You can also use @android:color/transparent in later android versions)
Then apply the style to your activity, for example:
Answer: gnobal
(Best answer)
Add the following styles to your res/values/styles.xml file (create one if you don’t have one yet). This is a complete file:
(The color value of @color/transparent I put in the res/values/color.xml file is #00000000. You can also use @android:color/transparent in later android versions)
Then apply the style to your activity, for example:
Answer: yanchenko
It can look like this:
Answer: Deepak Swami
You can use the following method to set it in the key list
Then add a transparent background to the layout.
Answer: androabhay
In the key list, set the activity tag by adding the theme "@android:style/Theme.Translucent".
Answer: jian
Just set the activity background image to be transparent, or add a theme in the xml file,