This is confusing me:
As far as I have read, a view with setVisibility(View.GONE); should not receive any more touch- or click events. My layout has two parts, which
I would have post this as a comment, but unfortunately I was not able to post a comment. As it could be a possible solution for you, i post it that way:
As you write "onClick" I assume you're using the onClick
attribute in your XML layout. Try to set an OnClickListener
with setOnClickListener
instead of the onClick
attribute. Maybe this helps...