I am trying to draw something like this:
Whereas the bars number is dynamic, and it must be circular
I tried to put views inside LinearLayout oriented horizontally with weight sum = number of views (or number of color bars inside the circle)
and i put weight=1 for every view. then add the views to LinearLayout.
The problem is it is not circular.
How can I draw something like this to be circular as well?