Hi,
Is it possible to draw a circle on a canvas in android with a different colour border using only one drawCircle method?
I have noticed the PaintStyle of FILL_AND_STROKE but cant seem to have different colours for both the fill and the border.
I really don#t want to have to call two drawCircle methods.
Thanks