Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Yet Another: List of Android Holo Drawable Icons? [closed]

I'm lost in the Internet trying to find a reasonable list of all icons available under R.drawable, but the only that's not 404 is for android 2.2. Is there anything similar for the new Android UI?

like image 463
igorsantos07 Avatar asked Nov 16 '12 06:11

igorsantos07


2 Answers

I hope, in attempting to answer you question, I am not wrong in assuming the following. If I am, please do correct.

I am not aware of any new updates to that list of drawables in the site you have linked and personally, I have never found any similar websites with a comprehensive list of drawables for the newer platforms.

However, if you are looking specifically for the new Android UI (I am assuming, you mean ICS and above), you will find a decent list of drawables here: https://github.com/ChristopheVersieux/HoloEverywhere/tree/master/library/res It is not an exhaustive list though.

This link is to an Android Library called Holo Everywhere.

That being said, the best place to find drawables for the latest platform is right where you have setup your platforms for eclipse. On my workstation, I can get access to the default resources (platform specific) here:

C:\Program Files\Android\android-sdk\platforms\android-16\data\res

This has every resource used for the platform in question and I find it very useful especially while theming. I can refer to the XML's and see how they are setup.

like image 109
Siddharth Lele Avatar answered Nov 10 '22 17:11

Siddharth Lele


If you are after the ActionBar icons, Google have provided them on their Developer site under the headline "ActionBar": http://developer.android.com/design/style/iconography.html

Direct link to the zip file: http://developer.android.com/downloads/design/Android_Design_Icons_20120814.zip

like image 2
stromvap Avatar answered Nov 10 '22 17:11

stromvap