JMPergar / AwesomeText

A tool that facilitates working with Spans on TextViews or any extension of them (EditTexts, Buttons...).
673 stars 74 forks source link

If my TextView's context has the text-face like @_0... #10

Open eling13 opened 8 years ago

eling13 commented 8 years ago

The MENTION_PATTERN will put the text-face renderer to a clickable-span, The lib can provide another method that user can define the sapn text without using the addViewSpanRenderer(pattern,xx)?

eling13 commented 8 years ago

Another question: If I set onclickListener to the textView, It may cause the problem: If I click on the span, the textView onClickListener also will response...