I want to make such a layout
that basically will have 2 columns
. There'll be TextView
and Editext
on the same row
. But what I want is to set some Fixed size or weight to each column
. I know I can set weights to TextView
and EditText
but I don't want to set weights everytime I add a row.
When I add some new rows
, I want views
inside that row
to be aligned without setting some fixed sizes to each of them. But I don't know how to do it.
If there will be more questions about my problem please ask me.
Thanks in advance.