Refreshing a LinearLayout after adding a view
- by LucaB
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?