I am using Relative Layout and many buttons in it with TextViews etc.I want to make all of them not clickable unless some event happens.
Relative Layout
clickable
loop on your buttons and use setClickable function and pass false value for it. then when your even happen loop again on ot and setClickable to true