I am looking to find all the views in a specified activity that have the tag \"balloon\" for example then hide them using setVisibility to GONE.
setVisibility
GONE
Could this API call View#findViewWithTag help? Please note that it only returns one view...
Look for a child view with the given tag. If this view has the given tag, return this view.