Bug P2
Status Update
Comments
du...@google.com <du...@google.com> #2
Can you attach / share a project that reproduces the issue?
cu...@gmail.com <cu...@gmail.com> #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.
sa...@gmail.com <sa...@gmail.com> #5
Comment has been deleted.
sa...@gmail.com <sa...@gmail.com> #6
Comment has been deleted.
Description
android:id="@+id/paging_list"
android:layout_width="0dp"
android:layout_height="0dp"
...
If i use paging 3 with ConstraintLayout 0dp,0dp width and height. paging after 2 is blink.
but i set match_parent, it no problem.
please fix this bug.