kivy / buildozer

Generic Python packager for Android and iOS
https://buildozer.readthedocs.io
MIT License
1.74k stars 499 forks source link

Documentation about presplash image aspect ratio configuration #301

Open rnixx opened 8 years ago

rnixx commented 8 years ago

Just searched a while until I found out how to configure presplash image aspect ratio configuration for android builds (after a hint on IRC).

It's

android.meta_data = presplash-fit=[fit|width|height]

in buildozer.spec

Would be great if this ends up either in p4a or buildozer docs somehow... or both

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

udiboy1209 commented 8 years ago

Also, set this as the default value for that option. Seems like a good default, better than the other which messes up the aspect ratio.

rnixx commented 8 years ago

Actually the value must be one out of fit, width or height. Anyway, I'm also +1 on adding fit as default.