Refreshing a LinearLayout after adding a view

Posted by LucaB on Stack Overflow See other posts from Stack Overflow or by LucaB
Published on 2010-03-18T11:39:11Z Indexed on 2010/03/18 11:41 UTC
Read the original article Hit count: 443

Filed under:
|
|

Hi I'm trying to add views dinamically to a linearlayout. I see through getChildCount() that the views are added to the layout, but even calling invalidate() on the layout doesn't give me the childs showed up.

Am I missing something?

© Stack Overflow or respective owner

Related posts about android

Related posts about drawable