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

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...

do you plan to make it available for the extension of recycleview?

I have a header and a scroll view. Now when i start to scroll down, the scroll view goes on top of header (I guess that's default and designed implementation.)...

lv.addHeaderView(textView); lv.addParallaxHeaderView(headerView); Why header view can't show with the parallax one? please help me.

I'm trying since hours to place a MapFragment as parallax header for a ListView. No luck. Is it possible with the library? With my XML below the ListView isn't scollable...

Hi, I need to show header view everytime, not only when the list is updated or changed.

android.view.InflateException: Binary XML file line #19: Error inflating class com.nirhart.parallaxscroll.views.ParallaxListView at android.view.LayoutInflater.createView(LayoutInflater.java:620) at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:696) at android.view.LayoutInflater.rInflate(LayoutInflater.java:755) at android.view.LayoutInflater.inflate(LayoutInflater.java:492) at android.view.LayoutInflater.inflate(LayoutInflater.java:397) at com.hoit.coupli.fragment.MainFragment.setLayout(MainFragment.java:232) at com.hoit.coupli.fragment.MainFragment.onCreateView(MainFragment.java:211) at android.support.v4.app.Fragment.performCreateView(Fragment.java:1500) at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:938) at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1115)...

Hi, This project is so great, I am using it to solve me problem. I would like to know, is it possible to use fragment to be the header view...

Hi i have an issue with the scroll bar, don't know why it is not visible.

Is there a way to support view pager being the first item as the parallaxed view. At the moment, I can add a view pager, but the swipe gesture does...