MD.
MD.

Reputation: 1151

How to put Default.png in landscape mode?

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?

Upvotes: 4

Views: 6944

Answers (2)

bentford
bentford

Reputation: 33406

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.

Upvotes: 15

Morion
Morion

Reputation: 10860

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

Upvotes: 1

Related Questions