jayr parro
jayr parro

Reputation: 286

Customize ProgressView

I'm trying to make a control that seems a customization of the progress view. This is what I should want to make. It is a progress bar that would work as a countdown timer. Start at 30 seconds, and the bar is green. As the time progress the bar is shorten. When the time is 20 seconds the bar turns to yellow. At 10 seconds, the bar is red.

Hope you can give me some idea how to customize it w/ the progress view? or is it of another control?

Upvotes: 1

Views: 613

Answers (2)

Max Seelemann
Max Seelemann

Reputation: 9364

You might want to have a look at PDColoredProgressView.

Upvotes: 0

rpetrich
rpetrich

Reputation: 32346

You will have to create your own control.

Upvotes: 1

Related Questions