Skip to content

Instantly share code, notes, and snippets.

@StephenVinouze
Created January 13, 2022 18: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 StephenVinouze/e1eb11171bcb999644f3e2b6f3287e35 to your computer and use it in GitHub Desktop.
Save StephenVinouze/e1eb11171bcb999644f3e2b6f3287e35 to your computer and use it in GitHub Desktop.
@Composable
fun SegmentedProgressBar() {
Canvas(
modifier = Modifier
onDraw = {
// Draw the segments
}
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment