Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dora4/dview-clear-edittext

右侧点击小”x“按钮清空文本框
https://github.com/dora4/dview-clear-edittext

Last synced: about 2 months ago
JSON representation

右侧点击小”x“按钮清空文本框

Awesome Lists containing this project

README

        

dview-clear-edittext
![Release](https://jitpack.io/v/dora4/dview-clear-edittext.svg)
--------------------------------

#### gradle依赖配置

```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
def latest_version = '1.0'
implementation 'com.github.dora4:dview-clear-edittext:$latest_version'
}
```

#### 控件使用
```xml

```