SmoothCheckBox
SmoothCheckBox copied to clipboard
setting clickable to false not working
Hi,
Setting android:clickable="false" has no effect but setting it programmatically works.
Thanks
Hi,
You can set the onClickListener(null).
Hope it helps.