Android Question Make all views in activity visible = false

klaus

Expert
Licensed User
Longtime User
Why do you want to set the Visible property of all views of an Activity to False ?
If its to setup a new layout you could use another Activity or put all the views which go together onto a Panel and set the panels Visible property to False.
 
Upvote 0
Top