I want to have Buttons next to each other on the same line, and I want to have one Button next to an EditText.
I have the Eclipse addon, so I have both the graphical layout, as well as the text. I can't post an image, but I'll describe it: it has two TextViews (irrelevant), followed by an EditText, and then a small unlabeled Button on the next line. The next four lines are buttons labeled Turn N, Turn E, Turn S, and Turn W.
So, next to that EditText is where I want the untitled Button to be, and I want the N, E, S, W Buttons to be setup in a compass-like fashion. However, when I try to drag them on the GUI, it binds them to the row, and whenever I try to change the layout, it affects everything, rather than only the one object I'm right-clicking.
How do I fix this?