Last active
December 25, 2019 10:07
-
-
Save wajahatkarim3/530335eb98d9140838c3f20d25d31cb2 to your computer and use it in GitHub Desktop.
The styles.xml theme file to set splash screen as your theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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