Skip to content

Instantly share code, notes, and snippets.

@baneizalfe
Created May 20, 2017 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baneizalfe/82129e6b5b1971b60903f39aed153694 to your computer and use it in GitHub Desktop.
Save baneizalfe/82129e6b5b1971b60903f39aed153694 to your computer and use it in GitHub Desktop.
Invisible theme for activities
<style name="Theme.Invisible" parent="@android:style/Theme.Translucent.NoTitleBar">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsFloating">false</item>
<item name="android:backgroundDimEnabled">false</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment