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 キャンバスとカスタム ビューをお試しください。View の onDraw メソッドを使用できます。メソッドはキャンバスを提供します。drawArc、drawLine などを試す必要があります。バー ビューに textView が含まれている場合は、カスタム ビューグループを使用する必要があります。