I am using emphasisTextView. i use your classes and methods. but i got
java.lang.IllegalStateException: You must specify a color to highlight the text with before using executing the highlight operation.
mTextEmphasis.setText(aResult); mTextEmphasis.setTextToHighlight(mSearch); mTextEmphasis.setHighlightColor(Color.GREEN); mTextEmphasis.setCaseInsensitive(true); mTextEmphasis.highlight();
I am using emphasisTextView. i use your classes and methods. but i got