androidx / constraintlayout

ConstraintLayout is an Android layout component which allows you to position and size widgets in a flexible way
Apache License 2.0
1.06k stars 177 forks source link

Compose motion layout how Header will work? #772

Closed Debdutta-Panda closed 1 year ago

Debdutta-Panda commented 1 year ago

I have gone through the motion layout wiki, https://github.com/androidx/constraintlayout/wiki/Compose-MotionLayout-JSON-Syntax#header , but could not found Header usage sample, concept, etc. Are there any resource from where I can find its usage? Thanks in advance

jafu888 commented 1 year ago

It is used with Link. https://github.com/androidx/constraintlayout/wiki/How-to-use-Link Link is an experimental mechanism to remote access and control MotionLayout Compose It will be used in the future for debug flags, optimization flags

Debdutta-Panda commented 1 year ago

Great, thanks a lot.