How can I merge layouts in scrolview?
I am using scrollview as horizantal and vertical. I have two child layouts, I want to add them in this scrollview. Like in the picture, spinners are inside of edittexts, actually I want to add them next to them just vertically. How can I execute this?
for(i in 1..rows)
{
for(i in 1..colomns)...