直接利用EditText加工,实现可清除输入内容的操作,方便用户操作。 效果图:
PS:可以用delsrc属性来替换清除按钮的图片
<com.incadea.app.customview.EditTextWithDel
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:delsrc="@mipmap/c"/>