Android App Icon size too small

本秂侑毒 提交于 2019-12-07 15:48:42

问题


I am working on a test android app. The problem I am having is that the app icon is very very small. I have added different sizes in different mipmap folder but the size is still the same = very tiny. I have tried to add large size in all of the folders but it didn't work either.

How to fix this?


回答1:


Do you use the correct icon size?

Launcher icons (.Png)

48 × 48 (mdpi)
72 × 72 (hdpi)
96 × 96 (xhdpi)
144 × 144 (xxhdpi)
192 × 192 (xxxhdpi)
512 × 512 (Google Play store)

You could use Android Asset Studio for generate the Launcher Icons automatically

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



来源:https://stackoverflow.com/questions/29980139/android-app-icon-size-too-small

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!