Skip to content

Instantly share code, notes, and snippets.

@aqua30
Created March 6, 2022 19:18
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 aqua30/ae641298722b02f9ed6cf49c936c1fde to your computer and use it in GitHub Desktop.
Save aqua30/ae641298722b02f9ed6cf49c936c1fde to your computer and use it in GitHub Desktop.
override fun onDraw(canvas: Canvas?) {
super.onDraw(canvas)
canvas?.drawPath(path, mPaint)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment