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
Just use:
android:layout_width="fill_parent"
for both EditText and Button. It will also work set for EditText but it is better to have it on both.