Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Last active January 28, 2021 07:32
Show Gist options
  • Save akexorcist/f6ec7f26c4bc4d55cd0d7e96497ef8be to your computer and use it in GitHub Desktop.
Save akexorcist/f6ec7f26c4bc4d55cd0d7e96497ef8be to your computer and use it in GitHub Desktop.
class CouponLayout : FrameLayout {
/* ... */
override fun onDraw(canvas: Canvas?) {
super.onDraw(canvas)
// Draw something with `canvas`
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment