tags:

views:

31

answers:

0

So i have a background image. I have to place some Views over the image so that they "cover" specific points on the jpg. (Think of a background GUI decoration where i overlay the real controls).

What's the best way to do this?

I'd like Android to take care of all the resizing needed, both of the components and the background. I managed to get the background correctly resized, but i can't get the components to align, no matter how i place them over. Any help ?