material icon indicating copy to clipboard operation
material copied to clipboard

Dynamically Change ProgressView Color

Open blennerSilva opened this issue 9 years ago • 0 comments

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?

blennerSilva avatar Aug 24 '16 18:08 blennerSilva