google / flexbox-layout

Flexbox for Android
Apache License 2.0
18.24k stars 1.79k forks source link

fix calculating size of child view, for view with size match_parent (#450) #534

Open sheckspir opened 4 years ago

sheckspir commented 4 years ago

Actually I'm not sure that we should do it, but I found a solution and describe it in the comment of FlexboxLayoutManager

Also, I checked that all test passed and write my own test for that solution