Bug P3
Status Update
Comments
[Deleted User] <[Deleted User]> #2
Can you attach / share a project that reproduces the issue?
ro...@diconium.com <ro...@diconium.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.
Description
With FragmentStatePagerAdapter we use the method getPageWidth for this purpose:
public float getPageWidth(int position) {
return super.getPageWidth(position) / 2;
}