Hi,
There is a method for stretching and scaling splash screens used by Android devices called “9-patch”. It uses 1-pixel wide black markers around the image to control where stretching and scaling of an image is allowed. A typical usage is when you have a logotype on the splash screen that you do not want it to be scaled or stretched. Stretching is typically done within the solid colour area surrounding the logotype.
I have tried but not fully succeeded with this. Anyone that have used this feature?
Edit/Add some files (icon and background color of your choice)
Recompile to apk
P.S. you might use splash image but you will never find the proper size for it, as it will look somewhat
stretched and/or compressed on some devices etc…