Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save insthync/8d308d8f9a46b79487f064771df3f71c to your computer and use it in GitHub Desktop.
Save insthync/8d308d8f9a46b79487f064771df3f71c to your computer and use it in GitHub Desktop.
Example transparent activity theme configuration
<activity android:name="com.youcompany.yourpackage.ActivityName"
android:launchMode="singleInstance"
android:theme="@style/Theme.Transparent"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment