First time here? Check out the FAQ!
answered 2013-05-15 03:14:26 -0600
I believe that's normal LinearLayout behavior, where an object grows (because of wrap_content) and pushes other objects off the screen.
Instead, what I use when I want to overlay buttons, is a RelativeLayout.