I have an EditText and a Button set next to each other on the same horizontal line. It looks great, except when the user enters a lot of text, the
EditText
Button
Give EditText a maxWidth. That should stop it from resizing beyond the width you provided. Also, if you want it to be contained within 1 line set the maxLines setting to 1 too.
maxWidth
maxLines