Fixed
Status Update
Comments
lb...@gmail.com <lb...@gmail.com> #2
If you set the number of items to be 1 and you scroll very fast left&right, it's easier to see the issue.
Attached video and screenshot.
Attached video and screenshot.
je...@google.com <je...@google.com>
ap...@google.com <ap...@google.com> #4
Project: platform/frameworks/support
Branch: androidx-main
commit 751cdc2bd95814f67824ecc27f7c1386bd792f91
Author: Shep Shapard <shepshapard@google.com>
Date: Wed Feb 17 13:03:20 2021
Fixed incorrect right glow position.
The math was incorrect such that top padding
was causing the right overscroll glow to
move upward by the padding amount, instead
of downward by it.
Relnote: "Fixed issue where top padding was
causing the right overscroll glow to move
upward into the padded area, instead of
downward in order to respect the padding."
Fixes: 118399122
Test: Drawing, so tested manually.
Change-Id: I6b61d12af161feb1b84a9906f015d9a3edf0ef93
M recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java
https://android-review.googlesource.com/1593354
Branch: androidx-main
commit 751cdc2bd95814f67824ecc27f7c1386bd792f91
Author: Shep Shapard <shepshapard@google.com>
Date: Wed Feb 17 13:03:20 2021
Fixed incorrect right glow position.
The math was incorrect such that top padding
was causing the right overscroll glow to
move upward by the padding amount, instead
of downward by it.
Relnote: "Fixed issue where top padding was
causing the right overscroll glow to move
upward into the padded area, instead of
downward in order to respect the padding."
Fixes: 118399122
Test: Drawing, so tested manually.
Change-Id: I6b61d12af161feb1b84a9906f015d9a3edf0ef93
M recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java
lb...@gmail.com <lb...@gmail.com> #5
@4 Top padding affects the right overscroll?
On which version it will be fixed?
On which version it will be fixed?
Description
Steps:
1. Import project, which has a horizontal RecyclerView within a ConstraintLayout.
2. Run app
3. scroll to the most left on the RecyclerView . Notice the overscroll effect works fine.
4. scroll to the most right on the RecyclerView . Notice the overscroll effect is shown in incorrect position (upper).
Attached sample project and video to show issue.