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

后端 未结 7 1103
被撕碎了的回忆
被撕碎了的回忆 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:13

    xlarge screens are at least 960dp x 720dp layout-xlarge 10" tablet (720x1280 mdpi, 800x1280 mdpi, etc.)

    large screens are at least 640dp x 480dp tweener tablet like the Streak (480x800 mdpi), 7" tablet (600x1024 mdpi)

    normal screens are at least 470dp x 320dp layout typical phone screen (480x800 hdpi)

    small screens are at least 426dp x 320dp typical phone screen (240x320 ldpi, 320x480 mdpi, etc.)

    0 讨论(0)
提交回复
热议问题