I have a huge XML layout, with many Relative / Linear layouts, and what I\'m doing now is to hide all the layouts I don\'t need with setVisibility (View.G
Relative / Linear
setVisibility (View.G
are the layouts inflated
Yes.
and rendered
No. They are part of the view hierarchy but are ignored in the rendering passes.