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.
Disabling CheckedTextView
1k Views Asked by quest At
3
You can go for
method. It will surely solve your problem.