Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为 droidparts 的 ClerableEditText 中的清除按钮设置一个点击监听器。谢谢。
您可以设置一个ClearableEditText.Listener实例,didClearText()当清除按钮被按下(或实际释放)时将调用哪个方法。
ClearableEditText.Listener
didClearText()