I have a layout that contains many views. Is there an easy way to disable all its views click events?
I would implement onClickListener interface in your activity class and return false in onClick method. I feel it's the easiest way to solve your problem.
onClickListener
onClick