kmshack / Android-ParallaxHeaderViewPager

DEPRECATED
Apache License 2.0
1.39k stars 336 forks source link

SwipeRefreshLayout is invisible #8

Open deckyfx opened 9 years ago

deckyfx commented 9 years ago

SwipeRefreshLayout is invisible, the swipe is work, onRefresh event is called, but the progress bar is invisible

saulIHS commented 8 years ago

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.