Is it possible to use custom icons that are stored within the res/drawable folder of my android template project?

Is it possible to use custom icons that are stored within the res/drawable folder of my android template project?

I would like to use custom icons in an Android notification which requires the icon to be accessed via ressource ID. So I cant just use any icon but it has to be placed on the res/drawable folder and accessed via R.drawable.icon_name (where R is not the android R (as this only supplies default icons) but my apps’ R).

This is a rather specific question, I was wondering if this there is an answer anyway (even if negative).

Pierre Hébert

]]>

Leave a Reply

Your email address will not be published. Required fields are marked *