Fixed
Status Update
Comments
ni...@google.com <ni...@google.com>
ch...@google.com <ch...@google.com> #2
Hi, the Flow Helper is not a ViewGroup, I think you cannot drag a View into it?
ca...@google.com <ca...@google.com> #3
Flow is a constraint helper. As per the doc:
> The elements referenced are indicated via constraint_referenced_ids, as with other ContraintHelper implementations.
Like for Barrier, dragging a view onto a Flow element should add the id of the view to the list of constraint_referenced_ids
> The elements referenced are indicated via constraint_referenced_ids, as with other ContraintHelper implementations.
Like for Barrier, dragging a view onto a Flow element should add the id of the view to the list of constraint_referenced_ids
ni...@google.com <ni...@google.com> #4
Fixed -- will be out in 4.0 beta 2
an...@google.com <an...@google.com> #5
ni...@google.com <ni...@google.com> #6
Make that 4.0 beta 1 :)
Description
Libraries used: ConstraintLayout 2.0.0-beta-3
I tried to DnD views onto a Flow Helper on the Component tree. The first time, the dragged view simply disappeared. After Undoing and trying again nothing happens.