I need to draw a line using android drawable, but this line need to has more than one color, and it cant be gradient. My target is as below:
Note the line with green, blue and orange colors.
I´ve read here a post that mentions that it could be done with an image in png, but i doesnt liked the idea.
Is there another clean solution?
Thanks.