I have a menu in my application and currently I am using separate PNG files for each icon. I read that it is possible to use the inbuilt standard Android menu icons without including any extra assets. There is a discussion regarding this at the URL below, explaining how to achieve this in Java.
I've put a small app together that will pull all the builtin icons on the device and displays them in a ListView. This may be helpful to find the ones you are looking for.
I've put a small app together that will pull all the builtin icons on the device and displays them in a ListView. This may be helpful to find the ones you are looking for.