ParallaxScroll icon indicating copy to clipboard operation
ParallaxScroll copied to clipboard

Parallax ScrollView and ListView for Android

Results 31 ParallaxScroll issues
Sort by recently updated
recently updated
newest added

On ParallaxScrollView with parallax_views_num = 3, while scrolling on row second and third it invisible only show first row. Anyone know how to fix it. Please help me. Before scrolling...

Since updating to 26.1.0 With support libs I'm getting this error. Can someone confirm? ``` org.schabi.newpipe.report.ErrorActivity: android.view.InflateException: Binary XML file line #0: Binary XML file line #0: Error inflating class...

I tried to include this library from maven as described in the README. Without luck, gradle complains. Do we have this library moved to a new location?

Add an interface to ParallaxScrollView so that the outer user can do his operation as the view scrolled;

Hello, is it possible to have a RecyclerView inside ParallaxScrollView or do I need to use something else? rgds Schabi

Hello, I have a problem with ParallaxListView when i use it with a single header. In my header, i have a dark background. I have also dividers enabled in my...

In order to combine parallax scrolling together with a collapsing toolbar, the ParallaxScrollView needs to extend from NestedScrollView.

I'm building an app where I'm required to have two parallaxed views, one at the top and one at the bottom, which consist of images, and between them there should...

Hi I was using parallax scroll view which had a relative layout inside it and inside relative layout i had image having height and width to match parent and other...