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
Try setting clickable property to false using setClickable(false) after setVisibility(View.GONE)