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. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

