SmoothCheckBox icon indicating copy to clipboard operation
SmoothCheckBox copied to clipboard

setting clickable to false not working

Open information-security opened this issue 8 years ago • 1 comments

Hi,

Setting android:clickable="false" has no effect but setting it programmatically works.

Thanks

information-security avatar Aug 22 '17 13:08 information-security

Hi,

You can set the onClickListener(null).

Hope it helps.

saberrayed avatar Jan 29 '19 13:01 saberrayed