Closed guyzk closed 10 years ago
Hi there,
Is there any way to change the bar color in the middle of the progress? I am using a timer and i want to change the color of the bar every tick depending on a certain algorithm
Eventually I've added another method called
public void updateBarColor(int barColor){ this.barColor = barColor; setupPaints(); invalidate(); }
which evidently updates the bar color in progress.
Hi there,
Is there any way to change the bar color in the middle of the progress? I am using a timer and i want to change the color of the bar every tick depending on a certain algorithm