Skip to content

Instantly share code, notes, and snippets.

@pallocchi
Created March 6, 2017 02:13
Show Gist options
  • Save pallocchi/75c0e8cd3ee3b6bb5845ea730b86f04e to your computer and use it in GitHub Desktop.
Save pallocchi/75c0e8cd3ee3b6bb5845ea730b86f04e to your computer and use it in GitHub Desktop.
Splash screen in Android: The right way
<resources>
<style name="SplashTheme" parent="AppTheme">
<item name="android:windowBackground">@drawable/splash</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment