Android : android LinearLayout with multiple rows

on Sunday, September 14, 2014


In my app I added multiple views to a Horizontal Linear Layout from code. My problem is when number of views increased their not visible in single row and goes further the screen. Is there any layout that I can add views to it dynamically and if following view does not fit in first row, it placed in second row. At first I don't know the number of views though I want everything dynamic. something like this: enter image description here


0 comments:

Post a Comment