I have created a Android application with splash screen. The splash screen is organized as like the below structure.
res/
drawable/splash.png
drawable-port/splash.png
drawable-land/splash.png
If I am launching in Portrait or Landscape mode, the splash screen looking fine. While changing the orientation, splash image gets stretched. Is there any other options to fix this issue?