hanggrian / socialview

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

Add Text to SocialTextView #20

Closed fbormann closed 6 years ago

fbormann commented 7 years ago

Is there an easy way to "setText" on SocialTextView? I haven't found any.

CripyIce commented 7 years ago

Hey there, what do you mean by easy way to set text?

fbormann commented 7 years ago

Like, I couldn't find in the documentation how I could .addHashtag(String tag) to a SocialTextView nor in the source code.

hanggrian commented 6 years ago

SocialTextView is an extension of TextView, you may modify its content just like you would on a regular TextView. Adding Mention or Hashtag only make sense if you're using SocialAutoCompleteTextView. Feel free to comment/reopen this issue if you need further assistance.