Ask Your Question

Revision history [back]

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.