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?
+1
A:
why cannot you use already rotated picture with 320*480 resolution?)
Morion
2009-12-29 10:09:44
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
2009-12-29 10:21:44
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
2009-12-29 11:16:50
-1 This is only half right--see my answer for full answer.
bentford
2010-06-09 20:03:20
+5
A:
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
2010-06-09 20:02:14