omadahealth / SwipyRefreshLayout

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

SetEmptyView #6

Closed patelakshay13890 closed 9 years ago

patelakshay13890 commented 9 years ago

listview.setEmptyView(); this method is not showing empty view when there is no data in ListView ?

oliveeyay commented 9 years ago

Hello @patelakshay13890

I am not responsible for listview's behaviour. I unfortunately never used this function. you may empty your listview's adapter for this purpose.

Cheers,

Olivier