protected static final int MENU_BLACKCOLOR = Menu.FIRST ;
protected static final int MENU_WHITECOLOR = Menu.FIRST +1;
protected static final int MENU_SMALLSIZE = Menu.FIRST +2;
protected static final int MENU_LARGESIZE = Menu.FIRST +3;
public void onCreateContextMenu(ContextMenu menu,View v,
ContextMenu.ContextMenuInfo menuInfo)
{
super.onCreateContextMenu(menu,v,menuInfo);