nirhart / ParallaxScroll

Parallax ScrollView and ListView for Android
MIT License
848 stars 187 forks source link

need 'invalidate' method #44

Open EdSergeev opened 9 years ago

EdSergeev commented 9 years ago

It would be greate to have a method for update parallaxedViews list. I add views dynamicly, not in .xml, so ParallaxScrollView doesn't work until i call onFinishInflate() for make a private makeViewsParallax() to be executed