Make part of layout invisible and the other part visible

Posted by JonF on Stack Overflow See other posts from Stack Overflow or by JonF
Published on 2010-06-06T17:55:13Z Indexed on 2010/06/06 18:02 UTC
Read the original article Hit count: 305

Filed under:
|

I would like to make a LinearLayout that was created from xml invisible, and another LinearLayout visible to replace it. The replacement layout starts out as invisible. When I make the originally visible layout invisible, it still leaves space for it on the screen. How can I refresh the screen so that space is gone?

© Stack Overflow or respective owner

Related posts about android

Related posts about layout