android: how do i use the progress bar?

Posted by mtmurdock on Stack Overflow See other posts from Stack Overflow or by mtmurdock
Published on 2010-06-03T15:23:19Z Indexed on 2010/06/03 16:24 UTC
Read the original article Hit count: 236

Filed under:
|
|

I am writing a media player and i would like to have a progress bar showing the progress of the song. I found the ProgressBar class, but all i can get on the screen is a circular spinning icon. what im looking for is an actual bar.

How do i change the style of the ProgressBar to be a bar (not a circle) and how would i use it with MediaPlayer?

thanks

© Stack Overflow or respective owner

Related posts about android

Related posts about progressbar