Custom Splash Screen Sized on Android

Howdy!

Splash screens on Android identify themselves as being for xxhdpi, xhdpi, hdpi, etc. According to this page in the Cordova documentation, iOS can use specific width and height (which makes sense, given the low number of devices/sizes compared to the Android space).

On the device I’m working with, I find my splash screen is slightly pinched, so my logo and text are slightly narrower than they should be.

Does anyone know if there is a way to provide an extra splash file that is perfectly sized to a specific Android device resolution?

Thanks!

John

For this you would need to create a 9path image for each screen size you wish to support.