The question is: I have a TextView and an EditText, how can I place them on the same \"level\"?
http://postimage.org/image/o9l17a3zv/
As you can see, I want to p
Use the android:layout_toRightOf or android:layout_toLeftOf attributes, exclusive to relative layouts
android:layout_toRightOf
android:layout_toLeftOf