Android's launch screen don't fill all screen

Hi everyone, first i excuse me if this isn’t the right section.

Secondary i have a problem with the splash screen for android. I looked on internet but nobody can solve it.

I used the configuration that we can find in the corona guidelines

http://docs.coronalabs.com/guide/distribution/buildSettings/index.html

The Launch screen of the android version of the app didn’t work well: there is 2 black bar on top and on bottom of screen.

Now i looked around for two days and i can’t find a soultion to this problem. Some one can help me please?

If you have some questions please ask me.

Hi @robertominghi,

Note that launch images are not really “part of Android”, but rather, it’s a convenience that we added for Corona SDK to make it behave somewhat similarly to iOS launch images. Furthermore, there are too many Android devices and screen orientations in the market to make a full suite of images (suitable for every screen) practical.

One option is to just skip the launch image entirely (except for the required “tall” one for iOS) and build a splash screen into the Corona app. Another option, if possible with your design, is to make the splash screen with a black background so that you can’t see where the edges are.

Best regards,

Brent

Hi @robertominghi,

Note that launch images are not really “part of Android”, but rather, it’s a convenience that we added for Corona SDK to make it behave somewhat similarly to iOS launch images. Furthermore, there are too many Android devices and screen orientations in the market to make a full suite of images (suitable for every screen) practical.

One option is to just skip the launch image entirely (except for the required “tall” one for iOS) and build a splash screen into the Corona app. Another option, if possible with your design, is to make the splash screen with a black background so that you can’t see where the edges are.

Best regards,

Brent