Ecosyste.ms: Awesome
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: about 2 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-04T19:52:53.000Z (5 months ago)
- Last Synced: 2024-09-06T04:45:32.401Z (5 months ago)
- Language: Kotlin
- Homepage:
- Size: 67.4 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
![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
```