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 インターフェイスを使用してみてください。
これを参照