ActiveHashTag
Android HashTag Lib.
Download
Current version: [0.1.0]
Gradle:
compile 'com.github.mugku:activehashtag:1.0.0'
How to use
Test Start
char[] additionalSymbols = new char[]{
'_'
}
; ActiveHashTag editTextTag = ActiveHashTag.Factory.create(ResourcesCompat.getColor(this.getResources(), android.R.color.holo_blue_dark, null), null, additionalSymbols);
editTextTag.operate(editText);
``'