将我自己的图标包含到我的 Eclipse Android 项目中
任何人都知道如何在 android eclipse 项目中包含和使用自己的图标。我找到了如何将它们从 ico 转换为 png 文件,但除此之外,我无法在我的项目中使用它们,我只是迷路了。
请帮忙:)
Anybody know how to include and use own icons in an android eclipse project. I found out how to convert them from ico to png files but other than that, I cannot use them in my project, I am simply lost.
Please help :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 png 文件拖放到 mdpi 文件夹中。(对于中等密度显示)
即可访问它们
您只需通过
R.drawable.youiconname
另请参阅本文Drag and drop you png files to the mdpi folder.(For a medium density display)
You can access them simply by
R.drawable.youiconname
Also refer to this article