Skip to content

Instantly share code, notes, and snippets.

@zurche
Created July 27, 2023 11:13
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 zurche/5d478f15d9bef028e9751382864e3f73 to your computer and use it in GitHub Desktop.
Save zurche/5d478f15d9bef028e9751382864e3f73 to your computer and use it in GitHub Desktop.
//...
Box(
modifier = Modifier
.fillMaxSize()
.background(verticalOrangeGradient)
.drawBehind { drawCurvyLine() } //<--- NEW
) {
Column(modifier = Modifier.padding(top = 50.dp, start = 30.dp)) {
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment