Question: This is what I tried to get a transparent ImageButton so as to place those buttons on a SurfaceView. But Eclipse, gives me an error in the project as soon as I include the transparent line in xml. Please ...

Question: I want to create a transparent Activity on top of another activity. How can I achieve this? Best Answer: Add the following style in your res/values/styles.xml file (if you don’t have one, create it.) Here’s a complete file: (The ...