Skip to content

自定义带删除按钮的EditText

Notifications You must be signed in to change notification settings

qylfzy/QClearTextView

Repository files navigation

QClearTextView

自定义带删除按钮的EditText,没找到好看的图片,使用的是Android自带的删除图片,有点丑

准备工作

Project build.gradle

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Module build.gradle

	dependencies {
          implementation 'com.github.qylfzy:QClearTextView:V1.0'
  }

联系方式

QQ:945942463

About

自定义带删除按钮的EditText

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages