Skip to content

Instantly share code, notes, and snippets.

@hitesh-dhamshaniya
Created July 18, 2016 06:21
Show Gist options
  • Save hitesh-dhamshaniya/e04954741052f59e01a5e8b921cb9459 to your computer and use it in GitHub Desktop.
Save hitesh-dhamshaniya/e04954741052f59e01a5e8b921cb9459 to your computer and use it in GitHub Desktop.
Full Screen Appcompact Activity Transparent Navigation and Status bar
<style name="AppTheme.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="windowActionModeOverlay">true</item>
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment