4

I have Default.png(480*320) image.My question is that when i start application then Default.png image is show in landscape mode.How it possible?

falstro
  • 34,597
  • 9
  • 72
  • 86
MD.
  • 1,131
  • 4
  • 18
  • 28

2 Answers2

15

First, pre-rotate your splash image so you have a portrait and landscape version.

Then, use Default-Portrait.png and Default-Landscape.png as image names.

Default.png only works with one image for both orientations.

bentford
  • 33,038
  • 7
  • 61
  • 57
1

why cannot you use already rotated picture with 320*480 resolution?)

Morion
  • 10,495
  • 1
  • 24
  • 33
  • If i am put Default.png image in resources folder then it will take as a splash screen.But how to rotate this image? – MD. Dec 29 '09 at 10:21
  • I mean that your image can be rotated before you include it in your project. You cannot modify this picture on flight, because your app is loading. – Morion Dec 29 '09 at 11:16