google / flexbox-layout

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

Is there possible to set minheight to flexboxlayout as views do? #536

Closed tuxxon closed 4 years ago

tuxxon commented 4 years ago

Issues and steps to reproduce

Let me know how to set minheight to this flexboxLayout as views do. It doesn't work even though using setMininumHeight().

Expected behavior

Just I want to know how to make minHeight works.

Version of the flexbox library

v2.0.1

Please help me to solve this issue.

Thank you.

tuxxon commented 4 years ago

This issue has been resolved by wrapping it with LinearLayout having property minHeight. But I want to know how to set minHeight to Flexboxlayout itself.