Yet Another: List of Android Holo Drawable Icons?
android, drawable, icons
Solution
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.
Problem
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?