简体   繁体   English

Android App图标尺寸太小

[英]Android App Icon size too small

I am working on a test android app. 我正在开发一个测试Android应用程序。 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. 我在不同的mipmap文件夹中添加了不同的大小但是大小仍然相同=非常小。 I have tried to add large size in all of the folders but it didn't work either. 我试图在所有文件夹中添加大尺寸,但它也无法正常工作。

How to fix this? 如何解决这个问题?

Do you use the correct icon size? 你使用正确的图标大小?

Launcher icons (.Png) 启动器图标(.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 您可以使用Android Asset Studio自动生成启动器图标

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

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

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