Assigned
Status Update
Comments
ho...@google.com <ho...@google.com> #2
Can you attach / share a project that reproduces the issue?
ni...@hinge.co <ni...@hinge.co> #3
Now i sure this is viewpager2's bug.
because just occur recyclerview inside viewpager2 with constraintlayout, if paging3 use Independently with viewpage2 it's not problem.
because just occur recyclerview inside viewpager2 with constraintlayout, if paging3 use Independently with viewpage2 it's not problem.
Description
ConstraintLayout Compose version:
1.1.0-alpha08
Given this example:
I'd expect the items to be placed in a vertically centered chain.
What I see instead is that the
AndroidView
fills most the screen and even obscures the title.Wrapping it in a
Box
works however: