Android-ParallaxHeaderViewPager icon indicating copy to clipboard operation
Android-ParallaxHeaderViewPager copied to clipboard

SwipeRefreshLayout is invisible

Open deckyfx opened this issue 10 years ago • 1 comments

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

deckyfx avatar Nov 05 '14 09:11 deckyfx

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.

saulIHS avatar Aug 08 '16 10:08 saulIHS