ParallaxScrollView
ParallaxScrollView copied to clipboard
fixing issue when parallax scrollview parent is a viewpager
When the parent is a view pager getLeft() returns actual getLeft but that isn't an accurate value for drawing the background and getting the right side of the background. Am adding this pull request with this potential fix that works but i might not have taken every thing in consideration