SplashScreen with Vector stretched full screen
I stumbled upon the same problem. Unfortunately there does not seem to be a possibility to make the splash screen work with just a vector drawable for pre API 23. The problem is you can’t load VectorDrawableCompat outside of the process, like in this case in your themes android:windowBackground. So what is likely happening here … Read more