I want to have a click listener for the clear button in the ClerableEditText from droidparts. Thanks.
Asked
Active
Viewed 128 times
1 Answers
1
You can set a ClearableEditText.Listener
instance which didClearText()
method will be called when the clear button is pressed(or actually released).

yanchenko
- 56,576
- 33
- 147
- 165