enter image description hereI am using Canvas to draw circles and lines. I want to display small circles inside the canvas in particular position. For that, i have created a circular drawable xml file and i have converted that xml into Bitmap and displaying over the Canvas and for that i am using canvas.drawBitmap() method.
But i want to display a textview inside that Bitmap but textview is getting displayed above that Bitmap using canvas.drawText(). I want to display the text inside the Bitmap.