Android应用icon和闪屏splash的尺寸

icon (尺寸为px)

目录 尺寸 (width * height)
drawable 72 x 72
drawable-hdpi 72 x 72
drawable-ldpi 36 x 36
drawable-mdpi 48 x 48
drawable-xhdpi 96 x 96
drawable-xxhdpi 144 x 144
drawable-xxxhdpi 192 x 192

我查看支付宝钱包的时候,发现drawable-xxxhdpi里面的尺寸是180 x 180,不是上面标的192 x 192

技术分享

而闪屏图片,它只用到了一张startclient.png  尺寸为720 * 1280(px)

技术分享

 

而手机QQ应该是把资源加过密,它没有res目录,取而代之的是R目录技术分享

它的闪屏同样是720 * 1280 (px)

技术分享

icon的话,我找了半天,在R/m目录下找到hcw.png这张图片,尺寸为144 x 144(px)

技术分享

微信找到4种:48 x 48、72 x 72、96 x 96、144 x 144,其它尺寸暂时未找到。

 

《刀塔传奇》的设置

drawable-hdpi  72 x 72

drawable-ldpi  36 x 36

drawable-mdpi  48 x 48

drawable-xhdpi  512 x 512

 

参考链接:

http://stackoverflow.com/questions/10574363/android-splash-screen-image-sizes-to-fit-all-devices

http://appicontemplate.com/android

http://stackoverflow.com/questions/12768128/launcher-icon-size

http://androiddrawables.com/

http://romannurik.github.io/AndroidAssetStudio/index.html

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。