Android应用程式图示尺寸过小问题 [英] Android app icon small size issue

查看:62
本文介绍了Android应用程式图示尺寸过小问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我很累了,为什么我的所有应用程序图标都显示得比其他应用程序小.我为我的应用创建了512 x 512图标.这是我用来向应用程序添加图标的方法.打开清单文件,选择应用程序.单击图标"前面的浏览"按钮,然后选择一个图标并在所附图片中应用选项.我已经应用了不同的方法将相同的512 x 512图像放入xhdpi文件夹,mdpi和ldpi文件夹中,但还是没有好运.请告诉我我在做什么错,这使我的应用程序图标比移动设备中的其他应用程序小.这是我的应用程序之一,其图标显示较小. https://play.google.com/store/apps/details?id = com.walldroid.wifi.password.hacker

I am tired figuring out why all my apps icon shows smaller than other apps. I create a 512 x 512 icon for my app. Here is my method of how I use to add an icon to my app. Open Manifest file, select Application. Click Browse button in front of Icon, and select an icon and apply the options in attached picture. I have applied different methods of putting the same 512 x 512 image in the xhdpi folder, in mdpi and ldpi folder but still no good luck. Please tell me what I am doing wrong which make my apps icon smaller than other apps inside mobile. Here is one of my apps whose icon shows smaller. https://play.google.com/store/apps/details?id=com.walldroid.wifi.password.hacker

推荐答案

如果使用上述方法,将始终获得小图标.

If you use the methode described above you will always get the small icon.

代替执行所有操作,而是将图像图标复制并粘贴到drawable-hdpi中,然后转到 AndroidManifest.xml 并更改以下内容:

Instead of doing all that, copy and paste you image icon in the drawable-hdpi and go to the AndroidManifest.xml and change the following :

android:icon="@drawable/ic_launcher"

android:icon="@drawable/your icon name"

编译!你会得到一个大图标

Compile !! you will get a big icon

这篇关于Android应用程式图示尺寸过小问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆