So intel https://software.intel.com/en-us/html5/ ... ld-options recommends you use 9 patch.
They suggest you use the http://developer.android.com/tools/help/draw9patch.html Android SDK Draw 9-patch.
I just used that utility because it was quicker but there is still alot we could learn. I'm not saying its perfect but it did display my splashscreen on my device a whole lot better. And if we all want to keep using crosswalk intel just told us we have to understand 9-patch.
Thanks this explains a lot. I'll see if I can get it working <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">
Note: I did try to turn off the splash screen option in the XDK build settings, but I got warnings in the build log like:
[quote:3a6vw7fx]Warning: ldpi launch icon not found.
Warning: mdpi launch icon not found.
Warning: hdpi launch icon not found.
Warning: xhdpi launch icon not found.
Installing splash screen "drawable-ldpi/splash.png"
Warning: Splash screen not found.
Installing splash screen "drawable-mdpi/splash.png"
Warning: Splash screen not found.
Installing splash screen "drawable-hdpi/splash.png"
Warning: Splash screen not found.
Installing splash screen "drawable-xhdpi/splash.png"
Warning: Splash screen not found.
However I didn't remove the actual splash images from the www folder, and I still got the splash screens <img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked"> So I'm confused, but I will try the 9patch thing now that I understand the concept more <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">
Edit: ok so the image sizes that the 9patch tool spits out are not as per the XDK..