I have a view inflated, I can draw it on canvas, but can\'t seem to position it properly.
LayoutInflater li = (LayoutInflater)context.getSystemService(Contex
use drawChild(canvas,child,getDrawingTime()); instead of child.draw(canvas)
drawChild will calc child's top and left margin