lsjwzh / RecyclerViewPager

Deprecated
Apache License 2.0
3.53k stars 667 forks source link

Add attribute to control scroll speed. #148

Closed hans-barnard closed 7 years ago

hans-barnard commented 7 years ago

This is a very small change, primarily adding a single attribute that controls smooth scrolling speed. Since Wear devices have much smaller screens it is essential to be able to reduce scrolling speed to make the scrolling direction visible.

I also bumped gradle wrapper version to support my build environment. This should not be a problem for other developers since the gradle wrapper will automatically update.