SyntaxFix
Write A Post
Hire A Developer
Questions
Declare your activity in the manifest like this:
<activity android:name=".yourActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
And add a transparent background to your layout.