Skip to content

Instantly share code, notes, and snippets.

@qichuan
Created July 9, 2018 14:31
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 qichuan/ece0f8a5318d2811c75672d6fc83fbf2 to your computer and use it in GitHub Desktop.
Save qichuan/ece0f8a5318d2811c75672d6fc83fbf2 to your computer and use it in GitHub Desktop.
override fun onDraw(canvas: Canvas?) {
super.onDraw(canvas)
...
drawGlasses(canvas, face)
drawCigarette(canvas, face)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment