hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
http://hanggrian.com/socialview/
Apache License 2.0
323 stars 81 forks source link

How to show mail id in SocialTextView with mention user? #75

Open amit-walkover opened 4 years ago

amit-walkover commented 4 years ago

SocialTextview did not linkify email id? How to show mail id with mention user?

eg. @amit-walkover with test@test.com

tirumala007 commented 3 years ago

i have tried with AUTOLINK_EMAIL_Address , and it takes colors from both hyperlink and mention , and underlining is working, onlick is working. i just want it be a different color.

And how to detetct $ sign, since it is special character, it's not working like # and @.

hanggrian commented 3 years ago

This one requires an advanced regex. Unfortunately I'm not so good with those. I'll update when I have more information.