I have an application in which I want to set the progress of a specific SeekBar based on the value obtained from the web service. However, when I use SetProgress (int), only the "seeker" SeekBar is set. The bar does not get "filled" as expected.
It looks like this:

Any ideas on how to fix this?
source
share