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

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

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

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

#### 卡片
![DORA视图 流体吸收者](https://github.com/user-attachments/assets/f61a1a39-275d-40fc-8bda-8aa8bd86b677)

#### 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

```