Skip to content

Instantly share code, notes, and snippets.

@stepango
Created June 9, 2016 13:47
Show Gist options
  • Save stepango/afccff007c614dc7a2fa47eb7553fc4c to your computer and use it in GitHub Desktop.
Save stepango/afccff007c614dc7a2fa47eb7553fc4c to your computer and use it in GitHub Desktop.
override fun onDraw(canvas: Canvas?) {
paint.setShadowLayer(8f, 0f, 0f, currentTextColor)
super.onDraw(canvas)
canvas?.drawRect(0f, 0f, measuredWidth.toFloat(), measuredHeight.toFloat(), shaderPaint)
paint.clearShadowLayer()
super.onDraw(canvas)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment