android splash screen sizes for ldpi,mdpi, hdpi, xhdpi displays ? - eg : 1024X768 pixels for ldpi

后端 未结 7 1101
被撕碎了的回忆
被撕碎了的回忆 2020-11-28 00:28

I have to design splash screens(images that fit screen while loading) for android application using phonegap. I have to design 4 size images that fit for 4types of screens l

7条回答
  •  时光取名叫无心
    2020-11-28 01:03

    • Xlarge screens are at least 960dp x 720dp
    • List item large screens are at least 640dp x 480dp
    • List item normal screens are at least 470dp x 320dp
    • List item small screens are at least 426dp x 320dp

    Use this to create your images and put them in specific resource folder.

提交回复
热议问题