开发者

Include my own icons into my eclipse android project

开发者 https://www.devze.com 2023-02-12 05:13 出处:网络
Anybody know how to incl开发者_JAVA技巧ude 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,

Anybody know how to incl开发者_JAVA技巧ude 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 :)


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

0

精彩评论

暂无评论...
验证码 换一张
取 消