Android Layout make all children's not clickable

后端 未结 12 2141
一生所求
一生所求 2021-01-01 12:45

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.

12条回答
  •  攒了一身酷
    2021-01-01 13:20

    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

提交回复
热议问题