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

Hashtag color can't change #76

Closed Shivani12345 closed 4 years ago

Shivani12345 commented 4 years ago

i can't change Hashtag color with textSocial.setHashtagColor(Color.GREEN); i can change Mention Color using textSocial.setMentionColor(getResources().getColor(R.color.vermilion)); here i found problem in SocialAutoCompleteTextView you set wrong hashtag color,kindly please update your code

@Override public int getHashtagColor() { return impl.getHyperlinkColor(); }

uzaysan commented 4 years ago

I also faceing same issue

hanggrian commented 4 years ago

Thanks for this. It is flagged as fixed in upcoming version 0.3.