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で編集テキストビューの代わりに画像を設定したい。
1 つの解決策は、OnTextChangedListener を使用して独自の TextView を作成することです。リスナーで、最後に入力された文字を取得し、キャッシュされた値に追加します。次に、値を独自の文字に置き換えます。(任意の ASCII 文字)
内部に画像を取得したい場合は、概念をさらに進めて、おそらくonDrawテキストの代わりに画像をオーバーライドして追加する独自の TextView クラスを作成する必要があります。
onDraw