CircularProgressView.setColor(int) with ContextCompat:
setBackgroundColor(ContextCompat.getColor(resId));CircularProgressView.setProgressColor(int) with ContextCompat:
setProgressColor(ContextCompat.getColor(resId));CircularProgressView.setBackgroundColor(int) with ContextCompat:
setBackgroundColor(ContextCompat.getColor(resId));