change color of progress bar android code example
Example 1: how to change progress bar color in android programmatically
progress_wheel.getIndeterminateDrawable().setColorFilter(Color.parseColor(getPreferences().getString(Constant.SECOND_COLOR, Constant.SECONDARY_COLOR)), android.graphics.PorterDuff.Mode.MULTIPLY);
Example 2: CHANGE Color of sPROGRESS bar android
android:progressTint="#ffffff"