-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
hi, i found the SlideViewPager have two problem ,
1: the method smoothScrollToItemView ,(int dx = position * (getMeasuredWidth() - (int) mMarginLeftRight * 2) - getScrollX();) should be (int dx = mCurrentPosition * (getMeasuredWidth() - (int) mMarginLeftRight * 2) - getScrollX();)
2.i found position sometime could stop bewteen the two pager,but i don't fit it.
if you have time to fit it, please notice me ,thank you. email: 962866905@qq.com
Metadata
Metadata
Assignees
Labels
No labels