Skip to content

Instantly share code, notes, and snippets.

@parth-koshta
Created January 8, 2022 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parth-koshta/eeef6c138f9b2bd4ebb876230869d630 to your computer and use it in GitHub Desktop.
Save parth-koshta/eeef6c138f9b2bd4ebb876230869d630 to your computer and use it in GitHub Desktop.
Medium article - splash screen
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<!-- Customize your theme here. -->
</style>
<!-- BootTheme should inherit from Theme.SplashScreen -->
<style name="BootTheme" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/bootsplash_background</item>
<item name="windowSplashScreenAnimatedIcon">@mipmap/bootsplash_logo</item>
<item name="postSplashScreenTheme">@style/AppTheme</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment