I need to remove the progress bar from the refreshlayout or make it invisible. How to stretch and release the layout and process the refresh without progress bar?
Example:
I need to remove the progress bar from the refreshlayout or make it invisible. How to stretch and release the layout and process the refresh without progress bar?
Example:
turn off
SwipeRefreshLayout.setRefreshing(false); turn on
SwipeRefreshLayout.setRefreshing(true); Source: https://ru.stackoverflow.com/questions/894934/
All Articles