Reputation: 1
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 :)
Upvotes: 0
Views: 7020
Reputation: 33792
Drag and drop you png files to the mdpi folder.(For a medium density display)
You can access them simply by R.drawable.youiconname
Upvotes: 2