RelativeLayout is more flexible, and can do what AbsoluteLayout can do, and more.

http://developer.android.com/reference/android/widget/RelativeLayout.html

To place views on top of one another you can also use FrameLayout, positioning these frame layouts in their parent layout:

http://developer.android.com/reference/android/widget/FrameLayout.html

-- Kostya

18.08.2010 19:11, ericmahlon пишет:
I have an image that will have 5 different areas that will be
"clickable."  Each clickable area will be invisible and play a
different sound.  I was told not to use an absolute layout, and use a
linear layout instead.

However, I am now having an issue with placing the buttons over the
picture. The linear layout does not allow me to position them
correctly where they need to go.

How do I properly position a button so that it is over a certain part
of the image?

Thanks



--
Kostya Vasilev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
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

Reply via email to