A lightweight support library designed for EditTxet just to provide an idea to implement various business tags on EditText more easily.
- Add the repository which looks in Bintray's JCenter repository for it.
buildscript {
jcenter()
}
- declare the dependency
implementation 'com.iyao.easyat:easyat:1.0.0'
- read the example to get more information.