omadahealth / SwipyRefreshLayout

A SwipeRefreshLayout extension that allows to swipe in both direction
MIT License
963 stars 218 forks source link

How to remove refreshing circle? #57

Closed Hadziselimovic closed 8 years ago

Hadziselimovic commented 8 years ago

I would like to totally remove refreshing circle from screen because my client want toast message to be shown when it's refreshing. How can i do that?

oliveeyay commented 8 years ago

@FHcode You need to fork that library and instead of showing the circle everytime you see it in the code, you can show a toast if you want. It's not supported by this library as it is now though.

Cheers