-1

I want to have a click listener for the clear button in the ClerableEditText from droidparts. Thanks.

Manish Kumar
  • 1,062
  • 8
  • 19

1 Answers1

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