You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The width value of child view isn't equal with measure of WRAP_CONTENT on showing when scroll at some times.
Reason: get the child view from mRemovedViewQueue lead to use old layoutParam on addAndMeasureChild.
Solution:always get new layoutParam in addAndMeasureChild.
I think is better display that look as same as ListView except direction.
my code:
The width value of child view isn't equal with measure of WRAP_CONTENT on showing when scroll at some times.
Reason: get the child view from mRemovedViewQueue lead to use old layoutParam on addAndMeasureChild.
Solution:always get new layoutParam in addAndMeasureChild.
I think is better display that look as same as ListView except direction.
my code:
The text was updated successfully, but these errors were encountered: