omadahealth / SwipyRefreshLayout

A SwipeRefreshLayout extension that allows to swipe in both direction
MIT License
963 stars 218 forks source link

setProgressBackgroundColor issue #55

Closed zxPhoenix closed 8 years ago

zxPhoenix commented 8 years ago

Issue in row "mCircleView.setBackgroundColor(colorRes);"

public void setProgressBackgroundColor(int colorRes) { mCircleView.setBackgroundColor(colorRes); mProgress.setBackgroundColor(getResources().getColor(colorRes)); }