问题描述
我即将推出我的第一个Android应用程序,我们的平面设计师问我的图标的分辨率。据我所知在iOS中有对图标的分辨率约束,那么什么我问的是,如果在这里没有约束虽然我没在的。此外,我应该得到不同的屏幕分辨率不同,或者如果我有高分辨率的图标就足够了?预先感谢您
I'm about to launch my first android application, and our graphic designer asked me for the resolution of the icons. From what I know in iOS there are constrains for the icon resolution, so what I'm asking is if there constrains here although I didn't read such in here. Also Should I get different resolutions for different screens or if I have high resolution icons will suffice? thank you in advance
推荐答案
下面我加了绘制的图像size.Hope它应该对你有帮助。谢谢你。
Here i added the drawable image size.Hope it should helpful for you. Thanks.
不要创建启动图标9补丁图像。你必须要单独的图像为每一个。
Don't Create 9-patch images for launcher icons . You have to make separate image for each one.
- 绘制-LDPI(120 DPI,低密度屏) - 36px 36px点¯x
- 绘制-MDPI(160 DPI,中密度屏幕) - 48像素点¯x48像素
- 绘制,华电国际(240 DPI,高密度屏) - 72px 72px点¯x
- 绘制-xhdpi(320 DPI,特高密度屏) - 96PX点¯x96PX
- 绘制-xxhdpi(480 DPI,特高密度屏) - 144px点¯x144px
- 绘制-xxxhdpi(640 DPI,特高密度屏) - 192px点¯x192px
- 网络(320 DPI,特高密度屏) - 512像素点¯x512像素
资讯:WEB(512×512)的图像时使用您上传的市场您的Android应用程序
Info : WEB(512 x 512) image is used when you upload your android application on Market.
请参阅有关详细信息的链接。
Please refer the link for More details.
这篇关于图标的分辨率限制为Android的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!