EmphasisTextView icon indicating copy to clipboard operation
EmphasisTextView copied to clipboard

An android textview that supports highlighting parts or all of the text contained in it

Results 3 EmphasisTextView issues
Sort by recently updated
recently updated
newest added

change Compile to implementation

For Example, I have a list of words that need to be highlighted in a string. Is it possible?

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...

enhancement