constraintlayout icon indicating copy to clipboard operation
constraintlayout copied to clipboard

Flow height incorrect when more than 3 rows in version 2.1.0

Open M66B opened this issue 4 years ago • 0 comments

This worked fine in version 2.0.4

Simplified layout:

androidx.constraintlayout.helper.widget.Flow (with a number of image buttons, attached to an "anchor" image button at the start and end)

androidx.constraintlayout.widget.Barrier (direction bottom, referencing the start/end "anchor" buttons and the flow in between)

TextView (below the barrier)

The TextView overlaps the forth row. It works fine with 1, 2 or 3 rows.

The used layout file can be found here:

https://github.com/M66B/FairEmail/blob/master/app/src/main/res/layout/include_message_navigation.xml

Edit: the barrier is causing the problem.

M66B avatar Sep 09 '21 08:09 M66B