Posts by mailson dantas • 1 point
2 posts
-
0
votes1
answer54
viewsA: Change visibility
I managed, in my activityB where the layout was being hidden, I used : layQueroEsconder.setVisibility(layQueroEsconder.getVisibility() ^ View.GONE); Using the operator "^" XOR he reversed the…
-
0
votes1
answer54
viewsQ: Change visibility
How do I change the visibility of a layout that is in another Active? I want to do this by clicking on an image.. I know how to use the method onClick. only lack the imagination of how to change…