Skip to content

Instantly share code, notes, and snippets.

@AungThiha
Created September 16, 2023 09:53
Show Gist options
  • Select an option

  • Save AungThiha/225732a792ab422fb3a6ab2fb17c7f9e to your computer and use it in GitHub Desktop.

Select an option

Save AungThiha/225732a792ab422fb3a6ab2fb17c7f9e to your computer and use it in GitHub Desktop.
Used in article "Jetpack Compose Anchored Draggable Item in MotionLayout"
...
val actionsProperties = motionProperties("actions") // new code
Row(
modifier = Modifier
.background(actionsProperties.value.color("background")) // new code
.layoutId("actions")
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment