How to put Default.png in landscape mode?

前端 未结 2 1056
夕颜
夕颜 2021-02-06 14:47

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?

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-06 15:25

    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.

提交回复
热议问题