I've read that the references to the android system icons aren't fixed / could be changed and therefore it would be better to save them as a resource of your application. I once found a guide showing how to get the icons from the android repository but I can't find it again.. So my question is: How do I get the android system icons from the repository? Which path are they in? I am confused by all the git files and stuff on http://android.git.kernel.org/ Thanks for any hint!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Android built-in system resources are stored with your Android SDK under
Since you want an icon, you should look into various |
|||||||
|