8000 GitHub - dora4/dview-clear-edittext: 右侧点击小”x“按钮清空文本框
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dora4/dview-clear-edittext

Repository files navigation

dview-clear-edittext Release

卡片

DORA视图 流体吸收者

gradle依赖配置

// 添加以下代码到项目根目录下的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'
}

控件使用

        <dora.widget.DoraClearEditText
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            app:dview_clearEdgeSize="10dp"/>

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0