Clear EditText text after adding onTextChanged implemenation

后端 未结 5 710
孤街浪徒
孤街浪徒 2021-01-11 11:18

I\'m adding a listener to an EditText field to appropriately format the number to currency in real time.

        loanText.addTextChangedListener(new TextWatc         


        
5条回答
  •  無奈伤痛
    2021-01-11 12:05

    Try to use afterTextChanged instead. I also had many problems with the other one.

提交回复
热议问题