Skip to content

Instantly share code, notes, and snippets.

@2hamed
Created January 1, 2019 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2hamed/e46f20d480590341d966a9ee71a35b40 to your computer and use it in GitHub Desktop.
Save 2hamed/e46f20d480590341d966a9ee71a35b40 to your computer and use it in GitHub Desktop.
override fun onDraw(canvas: Canvas) {
canvas.drawCircle(cx, cy, radius, outerPaint)
canvas.drawCircle(cx, cy, radius - radiusDiff, innerPaint)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment