Sounds like decent advice. Let's see how to implement it:
Alexander Pavlov wrote:...I've asked the same question on another forum and got told that I need to get a reference to the parent container view ...
You already know how to do that since you do it for the button...
...call setClickable(true) on it. ...
Looks like a simple method call.
... Then, attach another click handler to that view, and in that click handler, call button.setVisibility(View.VISIBLE);
Another thing you know how to do because you do essentially the same thing with the button.
So what is the problem you are having?