I used Swipe refresh layout in my app. It worked but I want set location for progress bar in swipe layout margin top 100 px. I don't want use default location of it. How I do? thank you
Background
Google has recently published an update to its support library, which now has a new "SwipeRefreshLayout" view.
The view allows to wrap another view, while supporting swiping down in order to perform a refresh operation.
screenshot:
The problem
Google …
I'm using the new RecyclerView-Layout in a SwipeRefreshLayout and experienced a strange behaviour. When scrolling the list back to the top sometimes the view on the top gets cut in.
If i try to scroll to the top now - …
I have a very simple layout but when I call setRefreshing(true) in onActivityCreated() of my fragment, it does not show initially.
It only shows when I do a pull to refresh. Any ideas why it isn't showing up initially?
…