material
material copied to clipboard
Dynamically Change ProgressView Color
I'm trying to change the color of the progress view via code. i used to do it with this line, progressBar.getIndeterminateDrawable().setColorFilter(ContextCompat.getColor(this, R.color.kids_player_background), android.graphics.PorterDuff.Mode.SRC_IN);
but getIndeterminateDrawable doesnt wxist on Progress view
how do i do it?