Skip to content

Instantly share code, notes, and snippets.

@wajahatkarim3
Last active December 25, 2019 10:07
Show Gist options
  • Save wajahatkarim3/530335eb98d9140838c3f20d25d31cb2 to your computer and use it in GitHub Desktop.
Save wajahatkarim3/530335eb98d9140838c3f20d25d31cb2 to your computer and use it in GitHub Desktop.
The styles.xml theme file to set splash screen as your theme
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Your AppTheme or other themes/styles here -->
<!-- The splash theme. to set the background with your splash screen drawable -->
<style name=”AppTheme.Splash” parent="Theme.AppCompat.DayNight.NoActionBar">
<item name=”android:windowBackground”>@drawable/splash_drawable</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment