I use CheckedTextView. I am Disabling it using the method "setEnabled(false)" . If I do so, only the colour of the text changes to grey, but its still checkable. How to disable CheckedTextview? Even I tried with setClickable(false), even that didn't work.
You can go for
method. It will surely solve your problem.