dinuscxj / RecyclerRefreshLayout

A pull to refresh layout for android, the RecyclerRefreshLayout is based on the SwipeRefreshLayout. support all the views, highly customizable, code simplicity, etc. really a practical RefreshLayout!
1.67k stars 253 forks source link

如何动态设置加载出错页面的样式呢? #14

Closed loganguo closed 7 years ago

loganguo commented 7 years ago

如果所有的加载出错页面都是一样,可以在XML中统一设置。但是当加载出错页面不相同时如何在代码中动态设置呢?

dinuscxj commented 7 years ago

@loganguo 你重写DefaultTipsHelper就可以啊