简体   繁体   English

Android 图标太小

[英]Android icon is too small

My application is almost ready I only need to use the correct icon instead of the default.我的应用程序几乎准备好了,我只需要使用正确的图标而不是默认图标。 I have created a picture in photoshop and then resize it with Android Asset Studio http://reiszecke.github.io/AndroidAssetStudioFullsize/icons-launcher.html#foreground.space.trim=1&foreground.space.pad=0&foreColor=607d8b%2C0&crop=1&backgroundShape=none&backColor=ffffff%2C100&effects=none我在 photoshop 中创建了一张图片,然后使用 Android Asset Studio http://reiszecke.github.io/AndroidAssetStudioFullsize/icons-launcher.html#foreground.space.trim=1&foreground.space.pad=0&foreground.space.pad=0&foreColor=607d8b%2C0&crop调整它的大小=1&backgroundShape=none&backColor=ffffff%2C100&effects=none

But my icon is still much smaller than it should be and I have no idea why.但是我的图标仍然比它应该的要小得多,我不知道为什么。 I have tried to put into drawable instad of mipmap but doesn't worked.我试图放入 mipmap 的 drawable instad 但没有奏效。 I tried it with another image but still wrong.我用另一个图像尝试过,但仍然错误。 But I have found a default android icon somewhere and with that icon it looks almost fine.但是我在某处找到了一个默认的 android 图标,有了这个图标,它看起来几乎没问题。 I have checked the parameters of these images but it's the same as my images.我已经检查了这些图像的参数,但它与我的图像相同。

Do you know anything that could cause this?你知道什么可能导致这种情况吗?

Did you provide an icon for all different resolution (hdpi, xhdpi, xxhdpi, xxxhdpi)?您是否为所有不同的分辨率(hdpi、xhdpi、xxhdpi、xxxhdpi)提供了图标?

Also note the padding option in the web tool you linked.还要注意您链接的网络工具中的填充选项。 That may affect the appearance of your icon.这可能会影响您的图标的外观。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM