How to create a splash screen for tablet 10" drawable-port-xlarge-mdpi-screen.png
This should be covered with the ionic resources.
yes i know i create a new image drawable-xlarge-mdpi-screen and but it in the config file
<splash src="resources/android/splash/drawable-port-xlarge-mdpi-screen.png" density="port-xlarge-mdpi"/>
but still read from
drawable-port-mdpi-screen
What you have isn’t a valid splash screen name.
Here are all the splash screens that I get when I generate the resources for android
drawable-land-hdpi-screen.png
drawable-land-ldpi-screen.png
drawable-land-mdpi-screen.png
drawable-land-xhdpi-screen.png
drawable-land-xxhdpi-screen.png
drawable-land-xxxhdpi-screen.png
drawable-port-hdpi-screen.png
drawable-port-ldpi-screen.png
drawable-port-mdpi-screen.png
drawable-port-xhdpi-screen.png
drawable-port-xxhdpi-screen.png
drawable-port-xxxhdpi-screen.png
i know but the tablet read from drawable-port-mdpi-screen and it is small res. for tablet 10"
But if android doesn’t have a xlarge-mdpi, can’t really help you there.
A set of six generalized densities:
ldpi (low) ~120dpi
mdpi (medium) ~160dpi
hdpi (high) ~240dpi
xhdpi (extra-high) ~320dpi
xxhdpi (extra-extra-high) ~480dpi
xxxhdpi (extra-extra-extra-high) ~640dpi