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.
.setError( "");のルックアンドフィールと色を変更する方法はありますか?もの?
OK、私はあなたが意味すると思います
EditText.setError()
独自のカスタムクラスでTextViewを拡張し、setError()をオーバーライドして必要な処理を実行します。Androidソースから始めて、デフォルトの実装を確認できます。
EditTextソース