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.
在一个 android 应用程序中,我只想在输入法处于活动状态时显示一些组件,例如更改字体大小和颜色。
有可能吗?怎么做?
在edittext中运行输入法时尝试使用TextWatcher接口。
参考这个