I have a textview
off.
campoTv.setEnabled(false);
and I am looking to send a message (toast or similar) with a message saying that it is disabled ... when you click on it. But when I use setEnabled(false)
I can not access my setOnItemClickListener
How can I achieve it?
EDIT:
I just tried with a setOnTouchListener without success, does not enter it if I use setEnabled(false)