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で塗りつぶしの図形を描くことはできますか? デフォルトでは、円と長方形が塗りつぶされます。
Paint塗りつぶしのないアウトラインだけが必要な場合は、スタイルをストロークに変更する必要があります。
Paint
Paint p = new Paint(); p.setStyle(Paint.Style.STROKE);