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
Each View draws its contents within its own coordinate system, with (0, 0) at the top-left. If you want it to appear elsewhere, you can set a new transformation matrix on your Canvas.