Malinskiy / SuperRecyclerView

Pumped up RecyclerView
2.63k stars 469 forks source link

[Question] How to hide progress loader #113

Closed mdtuyen closed 7 years ago

mdtuyen commented 7 years ago

I custom dapter to make last item as progress bar to show that I loading. So that I do't need progress loadmore of this library.

How do I remove it ?

enginebai commented 7 years ago

Try to use mRecyclerView.hideMoreProgress();

mdtuyen commented 7 years ago

it will re-show in later load. Current I custom view loader by an View with height = 1px