Android-ParallaxHeaderViewPager
Android-ParallaxHeaderViewPager copied to clipboard
SwipeRefreshLayout is invisible
SwipeRefreshLayout is invisible, the swipe is work, onRefresh event is called, but the progress bar is invisible
I had the same issue, I fixed it with setProgressViewOffset, e.g.: mSwipeRefreshLayout.setProgressViewOffset(false, 0, mHeaderHeight) This will show the progress bar just under the header.