Hi
I was wondering if its possible to block the onclick events on a layout and all the children inside the layout.
for example, I have a LinearLayout and inside that I have buttons and an editText.
At a certain point I don't want the user to click on the buttons or edit the text.
Is there a way to block that?
Do I have to do it for each view? or I can do it for a Layout?
What is the best way to do this?
Thanks
Daniel

