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

Is it possible to limit usage of # ? #80

Closed ismailtosun closed 4 years ago

ismailtosun commented 4 years ago

hi is it possible to limit usage # ? for example I want to use in my edit text max size 3 #.

hello #hi #ola but not let one more # adding.

please help me thanks

hanggrian commented 4 years ago

It is absolutely possible to limit the length of hashtag. But it will end up with users typing long hashtag where only the first N characters are colorized, which I think is a bad UI.

Alternatively, you can apply some kind of check that a hashtag is getting longer than what you expect upon text submission.