https://github.com/dora4/dview-clear-edittext
右侧点击小”x“按钮清空文本框
https://github.com/dora4/dview-clear-edittext
Last synced: 10 months ago
JSON representation
右侧点击小”x“按钮清空文本框
- Host: GitHub
- URL: https://github.com/dora4/dview-clear-edittext
- Owner: dora4
- License: apache-2.0
- Created: 2023-06-08T10:01:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-13T21:46:54.000Z (about 1 year ago)
- Last Synced: 2025-05-13T21:47:00.779Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 71.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dview-clear-edittext

--------------------------------
#### 卡片

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