Feature Request P2
Status Update
Comments
th...@gmail.com <th...@gmail.com> #2
Ah, android:overScrollMode="never" is not disabling the over scroll effect.
jg...@google.com <jg...@google.com> #3
Hi,
1. We're unlikely to provide an api for overscroll until releasing 1.0.0-Stable. Potentially after. In the meantime, you could get to inner RecyclerView and set it there through viewPager2.getChildAt(0) as RecyclerView. It's not an officially supported solution, but could help in the meantime.
2. What are you trying to achieve? Could you show some screenshots? Or provide a sample app with description of expected / actual behaviour?
1. We're unlikely to provide an api for overscroll until releasing 1.0.0-Stable. Potentially after. In the meantime, you could get to inner RecyclerView and set it there through viewPager2.getChildAt(0) as RecyclerView. It's not an officially supported solution, but could help in the meantime.
2. What are you trying to achieve? Could you show some screenshots? Or provide a sample app with description of expected / actual behaviour?
jg...@google.com <jg...@google.com>
v....@gmail.com <v....@gmail.com> #4
This issue might have lost, but the issue is still there in 1.0.0 Stable
kh...@gmail.com <kh...@gmail.com> #5
No ide why this is not resolved.
sh...@gmail.com <sh...@gmail.com> #6
The 1.0.0 version has been release while this bug's not been fixed yet.
May I have time to start a PR if viewPager2.getChildAt(0) as RecyclerView is really a easy and good solution.
May I have time to start a PR if viewPager2.getChildAt(0) as RecyclerView is really a easy and good solution.
Description
The second is I am adding a little bottom padding and setting clipToPading = false. The problem is the over scroll effect got cut.