I am finally getting around to deploying an Android app. I have run into an issue with the splash screen images. Everything works, except the required splash images in Project/Options are landscape, but landscape images don't behave properly at runtime (position & scaling are all wrong). The visuals at runtime suggested that portrait images are actually required. So I went ahead and created portrait images, and renamed them to match the landscape file names (to fool the IDE, which won't allow portrait images). The portrait images work perfectly.
So... could I be doing something wrong to cause this problem, or is this a known issue? It's weird because the specs in the Android docs match the requirements of the Delphi IDE, so it appears to me that the IDE is just doing what it is supposed to do. Which leads me to believe that I am missing something very basic. But the behavior at runtime suggests otherwise.
Any brief explanation would be greatly appreciated.