码迷,mamicode.com
首页 > 其他好文 > 详细

flutter 打包图标尺寸

时间:2020-04-29 01:06:41      阅读:57      评论:0      收藏:0      [点我收藏+]

标签:文件夹   安卓   hdpi   文件   launcher   nbsp   启动   xxx   ima   


安卓图标
mipmap-hdpi(文件夹名字) 72*72(图片尺寸) ic_launcher(图片名字)

mipmap-mdpi(文件夹名字) 48*48(图片尺寸) ic_launcher(图片名字)

mipmap-xhdpi(文件夹名字) 96*96(图片尺寸) ic_launcher(图片名字)

mipmap-xxhdpi(文件夹名字) 72*72(图片尺寸) ic_launcher(图片名字)

mipmap-xxxhdpi(文件夹名字) 192*192(图片尺寸) ic_launcher(图片名字)


安卓启动图

mipmap-hdpi(文件夹名字) 480*800(图片尺寸) launch_image(图片名字)

mipmap-mdpi(文件夹名字) 320*480(图片尺寸) launch_image(图片名字)

mipmap-xhdpi(文件夹名字) 720*1280(图片尺寸) launch_image(图片名字)

mipmap-xxhdpi(文件夹名字) 1080*1920(图片尺寸) launch_image(图片名字)

mipmap-xxxhdpi(文件夹名字) 3840*2160(图片尺寸) launch_image(图片名字)

 

flutter 打包图标尺寸

标签:文件夹   安卓   hdpi   文件   launcher   nbsp   启动   xxx   ima   

原文地址:https://www.cnblogs.com/zhaofeis/p/12799270.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!