smichak
smichak

Reputation: 4958

Setting SeekBar progress without setting the thumb

I would like to change the progress indication of the bar (the yellow filling stripe) without also moving the thumb. In my application the thumb indicates a constant threshold and the stripe (progress) indicates a measured value. What is the best way to do this?

Thanks,

smichak

Upvotes: 0

Views: 787

Answers (1)

Ragunath Jawahar
Ragunath Jawahar

Reputation: 19733

You will have to write you custom seekbar for that. I don't think there is any other way to do it.

Upvotes: 1

Related Questions