Android Question progress bar

apti

Member
I have spent and wasted a day playing with progress bars. Can somebody point me to what I am looking for?

1.. simple progress bar
2.. Control the colors
3.. No moving or animated anything. even the "anotherprogressbar" has moving stuff on it I do not want and can't turn off.

hopefully a simple request.
 

aeric

Expert
Licensed User
Longtime User
My solution:
 
  • Like
Reactions: zed
Upvote 0

zed

Active Member
Licensed User
A progress bar will always have a movable side.
For a simple progress bar, you can use two nested panels: one fixed to the view's dimension, the other movable. A little calculation is required to advance the movable panel.
 
Upvote 0
Top