1

I have a LinearLayout inside ScrollLayout. I add pictures to LinearLayout programmaticaly, so user can scroll through them. I need an option to add a picture to the top of LinearLayout, so user can see it on the top of their screen. How can i do it?

Julia L.
  • 11
  • 2

1 Answers1

0

It seems that there are no options other than that once you remove all current child ImageViews of the LinearLayout, then you re-add those child ImageViews including the new one in the order you intend.

See this QA for more information.

hata
  • 11,633
  • 6
  • 46
  • 69