javame_android wrote: > Can we set Title for a Menu Item in Android if it has an icon from > drawable?
For option menus, yes. Every option menu on your Android device does this -- look at the Browser, or Contacts, or any other built-in app. For context menus, no, because icons on are not supported. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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 To unsubscribe, reply using "remove me" as the subject.

