I can think of 3 scenarios:
- U can use some resources from the system’s image directory directly.
You have to point toandroid.R.drawable….(instead of
R.drawable.… to get those list of images. - There will be some others with will be in
sdk\platforms\android-17\data\res\… - If you can’t get those images in these, search in net
 
1
solved Is Google provides Android Icons related to application? [closed]