Skip to content

Instantly share code, notes, and snippets.

@stepango
Created May 24, 2016 14:38
Show Gist options
  • Save stepango/17b0501cb1b0892a7f4142dd756f4a5c to your computer and use it in GitHub Desktop.
Save stepango/17b0501cb1b0892a7f4142dd756f4a5c to your computer and use it in GitHub Desktop.
kotlin apply example
val rainbowPaint = Paint(Paint.ANTI_ALIAS_FLAG).apply {
style = Paint.Style.STROKE
strokeCap = Paint.Cap.ROUND
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment