Skip to content

Instantly share code, notes, and snippets.

@CMyae
Last active September 26, 2019 03:00
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 CMyae/595cf57b55750e0ec0c35b554854c422 to your computer and use it in GitHub Desktop.
Save CMyae/595cf57b55750e0ec0c35b554854c422 to your computer and use it in GitHub Desktop.
Border paint object style
borderPathPaint.apply {
isAntiAlias = true
strokeWidth = 8f
style = Paint.Style.STROKE
color = Color.parseColor("#FFFC4F47")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment