Skip to content

Instantly share code, notes, and snippets.

@CagriAldemir
Created February 9, 2019 22:08
Show Gist options
  • Save CagriAldemir/79d4efbdb5872b595679cbc024622ddd to your computer and use it in GitHub Desktop.
Save CagriAldemir/79d4efbdb5872b595679cbc024622ddd to your computer and use it in GitHub Desktop.
<style name="AppTheme.Launcher">
<item name="android:windowBackground">@drawable/launch_screen</item>
<item name="android:windowNoTitle">true</item>
<item name="android: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