Create a drawable canvas inside an XML layout

knocknock

New Member
I am new to Java and android, so I don't know if it's possible, but I would like to create a dynamically drawable surface/view/place in my app. I know how to replace my whole XML layout with a drawable canvas, but that's not what I want. I would prefer this drawable surface to be on top of (or in) my static layout and I still haven't found out how to do that. Below an illustration of what I mean:
R2fcy.png
Thanks in advance!
 
Back
Top