Adding icon to the menu item in Android

There is a good practice to add icons to the menu items.
I am going to show code snippet which add icon to the menu item:

@Overridepublic boolean onCreateOptionsMenu(Menu menu){ menu.add(0,ADD_MENU_ITEM,0,"Add").setIcon(android.R.drawable.ic_menu_add); return super.onCreateOptionsMenu(menu)}

This code adds icon add to the menu item ADD_MENU_ITEM.

As you can see it is simple operation.

Share

No related posts.

Leave a Reply

  

  

  

You can use these HTML tags

<a href=""title=""><abbr title=""><acronym title=""><b><blockquote cite=""><cite><code><del datetime=""><em><i><q cite=""><strike><strong>

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna,tincidunt vitae molestie nec,molestie at mi. Nulla nulla lorem,suscipit in posuere in,interdum non magna.