Hi,
I need to create a function which input is a reference is a view,
and the function basically creates a new View which overlay an image on top of the input view?
What is the best way to achieve that?
I am thinking of create a new ViewGroup (as my output), add the input view as a child to that ViewGroup. But how can I overlay an Image on top of the input view in the ViewGroup?
Thank you.


