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 254 forks source link

Is there a way to change color of refreshing circle? #23

Open williamsiuhang opened 6 years ago

tabish075 commented 6 years ago

here this is how i've done it refreshLayout.setRefreshView(new MaterialRefreshView(this, R.color.colorPrimaryDark), layoutParams);

klaszlo8207 commented 6 years ago

What is MaterialRefreshView? Cannot resolve

ghost commented 6 years ago

MaterialRefreshView is located under the example folder in the demo project.

klaszlo8207 commented 6 years ago

Ahh I see, thanks