Skip to content

Instantly share code, notes, and snippets.

@kantapp
Created July 10, 2018 07:27
Show Gist options
  • Save kantapp/9fa386ee63550467fdeb77d6002bb3ed to your computer and use it in GitHub Desktop.
Save kantapp/9fa386ee63550467fdeb77d6002bb3ed to your computer and use it in GitHub Desktop.
<style name="AppTheme.fullScreen" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowNoTitle">true</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment