Using icons in Android preferences

Posted by hgpc on Stack Overflow See other posts from Stack Overflow or by hgpc
Published on 2010-04-15T14:09:39Z Indexed on 2010/04/15 14:13 UTC
Read the original article Hit count: 455

Filed under:
|
|

I would like some of my preferences to have icons, like the Settings app.

I guess one way of doing this would be to copy all the relevant code and resources from the Settings app, but it seems like overkill for a couple of icons.

Also I don't like the idea of having to duplicate the code and resources in each project that requires settings icons.

Has anyone solved this already with a simpler or resource-free approach?

© Stack Overflow or respective owner

Related posts about android

Related posts about settings