Skip to content

Instantly share code, notes, and snippets.

@svinouze
Created November 9, 2020 16:44
Show Gist options
  • Save svinouze/5e70bdfb494a8e4dc18089f10149410f to your computer and use it in GitHub Desktop.
Save svinouze/5e70bdfb494a8e4dc18089f10149410f to your computer and use it in GitHub Desktop.
class SegmentedProgressBar @JvmOverloads constructor(
context: Context,
attrs: AttributeSet? = null,
defStyleAttr: Int = 0
) : View(context, attrs, defStyleAttr) {
override fun onDraw(canvas: Canvas) {
// Draw something onto the canvas
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment