Skip to content

Instantly share code, notes, and snippets.

@talosdev
Created October 12, 2016 11:48
Show Gist options
  • Select an option

  • Save talosdev/3a4ed6394a077bbf848f799f64f12420 to your computer and use it in GitHub Desktop.

Select an option

Save talosdev/3a4ed6394a077bbf848f799f64f12420 to your computer and use it in GitHub Desktop.
Make an activity statusBar-less
<style name="Theme.AppCompat.Light.NoActionBar.FullScreen" parent="Theme.AppCompat.Light.NoActionBar">
<item name="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