Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 715 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 715 Bytes

easy_at

A lightweight support library designed for EditTxet just to provide an idea to implement various business tags on EditText more easily.

详细介绍

use it

  1. Add the repository which looks in Bintray's JCenter repository for it.
buildscript {
  jcenter()
}
  1. declare the dependency
implementation 'com.iyao.easyat:easyat:1.0.0'
  1. read the example to get more information.