-
Notifications
You must be signed in to change notification settings - Fork 174
I think this is definitely a bug #838
Comments
this is my code
------------------------------------------------------- activity_main.layout
------------------------------------------------------- fragment_main.layout
|
if i change the ContraintLayout to other viewgroup , that will be fine, or i delete the paddingStart of contraintlayout's child that will be fine too |
or i just remove the viewpager2(recyclerview) that will be fine |
i have no idear about this problem , and i have read a lot of source code of View、constraintlayout and recyclerview , |
So, can you determine if this problem is ConstraintLayout‘s problem??? or recyclerview‘s |
In this case , i found recyclerView+ConstraintString with RTL set like paddingStrat will be making this problem |
layout : ViewPage2 or RecyclerView bind a itemView witch is ConstraintLayout with a child , and this child set paddingStart or paddingEnd,
first: I set the ConstraintLayout‘visibility Gone
second : when the view created i set ConstraintLayout‘visibility visible
then I found the child can not show
The text was updated successfully, but these errors were encountered: