Hi All, I'm new to Android and having fun making my first app. I'm taking things one step at a time, and rather than deal with diving into the whole XML menu layout, I am just programatically making a few menus.
for example: menu.add(0,1,0,"Rediger").setIcon(android.R.drawable.ic_menu_edit); But I would like to use my own icons from my res drawable images. How would I refer to them directly from the Java source? Thanks, Joseph -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

