Android Launch Images
Due to the wide range of display resolutions and pixel densities available on Android devices, images within apps display at the best quality when "9-patch" images are used. More info about 9-patch and image generation tools can be found on Google
The Median App Studio automatically generates 9-patch images for your Android launch images. If you want to provide your own 9-patch images, you may download the Android source code for your app and replace them in the source.
Why does my Android launch image bleed from the edge?
The image border of Android 9-patch "frame pixels" must be either solid or transparent (not intermediate alphas).
We suggest adding a 1px border that is either the same color as your intended background or transparent.
Updated 3 months ago