baoyongzhang / android-PullRefreshLayout

This component like SwipeRefreshLayout, it is more beautiful than SwipeRefreshLayout.
MIT License
2.07k stars 517 forks source link

how use it with a empty view #2

Open yaming116 opened 9 years ago

baoyongzhang commented 9 years ago

ListView is empty?

yaming116 commented 9 years ago

yes

baoyongzhang commented 9 years ago

When ListView is empty, it can work. What problems are facing you?

logo17 commented 9 years ago

I have the same problem. When the list is empty the CustomEmptyView is not showing.

Elsobkey commented 8 years ago

I solved the problem by putting the PullRefreshLayout in a RelativeLayout and it worked fine. but i'm facing another problem : I'm needing to put a TextView (ex : There are no current data ) inside the PullRefreshLayout when the listview is null , but no way any help please .... ?? thanks

abdullahtk commented 8 years ago

The same error for the recycler view when trying to show a text view if there is no data.