Skip to content

Instantly share code, notes, and snippets.

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

  • Save AungThiha/137e02ea10109d69210e343044afc0fb to your computer and use it in GitHub Desktop.

Select an option

Save AungThiha/137e02ea10109d69210e343044afc0fb to your computer and use it in GitHub Desktop.
Used in article "Jetpack Compose Anchored Draggable Item in MotionLayout"
{
ConstraintSets: {
start: {
...
actions: {
...
top: ['date','bottom'],
custom: {
background: '#444444'
}
},
...
},
end: {
...
actions: {
...
top: ['subTitleDivider','bottom'],
custom: {
background: '#9b0024'
}
},
...
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment