I am using this android:textIsSelectable
and still gets the error: TextView does not support text selection. Action mode cancelled.
Can any one please tell me what I might be doing wrong?
I am using this android:textIsSelectable
and still gets the error: TextView does not support text selection. Action mode cancelled.
Can any one please tell me what I might be doing wrong?
I am willing to bet that you are trying to use this attribute on an EditText. It is only for TextView, so you cannot use it in an EditText.