Skip to content

Instantly share code, notes, and snippets.

@kartikarora
Created October 4, 2015 12:43
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 kartikarora/a4d3ce12d32aee12ab15 to your computer and use it in GitHub Desktop.
Save kartikarora/a4d3ce12d32aee12ab15 to your computer and use it in GitHub Desktop.
FullScreenTheme
<style name="FullScreenTheme" parent="AppTheme">
<item name="android:windowNoTitle">true</item>
<item name="windowActionBar">false</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment