Fixed
Status Update
Comments
sj...@google.com <sj...@google.com>
sj...@google.com <sj...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit baaf6845487edfe94fb470730d35f1f9cfbae190
Author: Hai Zhang <zhanghai@google.com>
Date: Tue Oct 01 11:58:25 2019
Fix FastScroller when layout direction is RTL.
The canvas needs to be mirrored again to restore its scaling, and the
touchable width for RTL thumb should still be its full width instead
of only the left half.
Fixes: 143789932
Test: Manually verified
Change-Id: I89d3aa1945038d915d3c9f4ef5dd01120e6d0c3f
M recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/FastScroller.java
https://android-review.googlesource.com/1130438
Branch: androidx-master-dev
commit baaf6845487edfe94fb470730d35f1f9cfbae190
Author: Hai Zhang <zhanghai@google.com>
Date: Tue Oct 01 11:58:25 2019
Fix FastScroller when layout direction is RTL.
The canvas needs to be mirrored again to restore its scaling, and the
touchable width for RTL thumb should still be its full width instead
of only the left half.
Fixes: 143789932
Test: Manually verified
Change-Id: I89d3aa1945038d915d3c9f4ef5dd01120e6d0c3f
M recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/FastScroller.java
Description
The following 8 lint issue(s) are suppressed in
src/main/java/androidx/recyclerview/widget/ItemTouchUIUtil.java
. Please remove these suppressions inrecyclerview/recyclerview/lint-baseline.xml
and address the associated issues.