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.
長方形のカスタム ビューがあります。
mCanvas.drawRect(0, 0, 50, 50, paint);
タッチ入力に基づいて四角形の塗りつぶしを変更したい。
長方形を描いた後にペイントを変更するにはどうすればよいですか?
そのままでは塗装を変えることはできません。長方形を再描画する必要があります。