> Hello there! Im making an app that displays some text at the top, an > image then a couple of buttons. I got the design in a linear layout, > and I need to place the text at the top partially overlaying the image > which is in the middle. I have tried the frame layout but is very > unflexible and it pins everything on the top left corner. > > Does anyone knows a better way to achieve this??? Am I using the wrong > layout?
RelativeLayout supports overlapping views, so you might give that a try. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- 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

