Created
September 16, 2023 09:46
-
-
Save AungThiha/137e02ea10109d69210e343044afc0fb to your computer and use it in GitHub Desktop.
Used in article "Jetpack Compose Anchored Draggable Item in MotionLayout"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| 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