Polishing my app, I am trying to add the "standard" "More" icon to the respective submenu.
I can't quite make sense out of the following instructions: http://code.google.com/android/reference/android/R.styleable.html#IconMenuView_moreIcon The following code crashes: submenuMore = menu.addSubMenu(0, 5, Menu.NONE, "More"); submenuMore.setIcon(android.R.styleable.IconMenuView_moreIcon); Anybody set this up with success? --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

