Skip to content

Commit

Permalink
更新说明文档。
Browse files Browse the repository at this point in the history
  • Loading branch information
lindroy committed Apr 23, 2019
1 parent eac0ae7 commit 0320618
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# EasyEditText

[![](https://jitpack.io/v/Lindroy/EasyEditText.svg)](https://jitpack.io/#Lindroy/EasyEditText)

使用Kotlin编写的多功能EditText。

## 目录
Expand All @@ -21,6 +24,24 @@

## 使用方法

在工程的build.gradle中添加:
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

添加依赖库:
```
dependencies {
implementation 'com.github.Lindroy:EasyEditText:latest-version'
}
```
**latest-version**请参考标题下方的JitPack小图标。

在xml布局中添加:
```xml
<com.lindroid.view.EasyEditText
Expand Down

0 comments on commit 0320618

Please sign in to comment.