Problem solved
now i want to define one edit text to left and other to right…
i tried doing that but didnt work.. when i do fill_parent.. it just show one edit text.. on one line where it shows both of them side by side when i do wrap_content..
now what i want to do is.. have both edit text boxes define certain size and position left and right.. which i tried implementing didnt work??
Just create a new linear layout, add the EditTexts to that, then add the new linear layout to your existing layout.
Basically, you’re just reproducing the same structure you would need to produce the layout in your XML.