Gurupreet / ComposeCookBook

A Collection on all Jetpack compose UI elements, Layouts, Widgets and Demo screens to see it's potential
MIT License
6.3k stars 799 forks source link

Youtube demo ui layout may be broken #104

Closed wiryadev closed 3 years ago

wiryadev commented 3 years ago

Describe the bug The YoutubeLIstItem may be not looks as it supposed to be. Im not sure if it is intended or not, but it looks different from the readme gif. The vertical chain is stacked on top of image instead of constrained below it. (Look attached screenshot)

To Reproduce Steps to reproduce the behavior: Go to youtube demo ui screen

Screenshots If applicable, add screenshots to help explain your problem. Screenshot_1626523675

wiryadev commented 3 years ago

looks like it is related to verticalchain, but im not sure

wiryadev commented 3 years ago

looks like it is related to verticalchain, but im not sure

it looks like it is, it could be fixed when the verticalchain removed, probably because chainstyle packed center it from whole available spcae Screenshot_1626526579

wiryadev commented 3 years ago

the fix has been merged