RecyclerRefreshLayout
RecyclerRefreshLayout copied to clipboard
Is there a way to change color of refreshing circle?
here this is how i've done it refreshLayout.setRefreshView(new MaterialRefreshView(this, R.color.colorPrimaryDark), layoutParams);
What is MaterialRefreshView? Cannot resolve
MaterialRefreshView is located under the example folder in the demo project.
Ahh I see, thanks