android - How to set icon onCreateContextMenu -


i try does't show

public void oncreatecontextmenu(contextmenu menu, view v,         contextmenuinfo menuinfo) {     super.oncreatecontextmenu(menu, v, menuinfo);     menu.setheadertitle("menu");      menu.add(0, edit_id, 0, r.string.menu_edit).seticon(r.drawable.edit); 

context menus not show icons, sorry.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -