I’m trying to use ic_menu_refresh in my project. However, I need it for the Holo Light theme, which I can’t find in the Android SDK (android-15/data/res/drawable-hdpi). It’s there for Holo Dark, though.
I also found it in the Gmail APK, so I could take it from there…
But why does Android 4.0 only come with some of the icons for both themes? (Or am I looking in the wrong place?)
It doesn’t appear that they come in the SDK /data/res/drawable-[SIZE], but you can get some of them from this page: http://developer.android.com/design/patterns/actionbar.html (or direct link: [REDACTED – see below])
That has both holo and holo light icons in that zip.