Home > Blockchain >  Scrollview keeps expanding vertically the more textviews are added into it
Scrollview keeps expanding vertically the more textviews are added into it

Time:04-15

So I have a tablelayout and I am using weights to split the rows vertically on the screen. I am dynamically adding textviews into the third row, but as I am doing so, the more of them I add, the more the scrollview and tablerow expands vertically (even though I constrained it using weight and constraintTop...)

Screenshots:

ui with no textview: Sample

  • Related