List of images that wraps
Posted
by nourdine
on Stack Overflow
See other posts from Stack Overflow
or by nourdine
Published on 2010-04-26T09:13:18Z
Indexed on
2010/04/26
9:13 UTC
Read the original article
Hit count: 144
android
I have a LinearLayout with fixed view. I dynamically inject images in it (ImageViews) but I dunno in advance how many of them will be inserted. I'd like to have a layout where images wrap and go to a new line authomatically when they exceed the available width of the father (LinearLayout)
how do you recommend I should move?
thanks a lot
© Stack Overflow or respective owner