most unique
most unique

Reputation: 55

Round Progress Bar around drawable View

Is there any library or custom view like HTC Music App's PlayPauseButton ?It is a drawable surrounded in a circular progress bar which shows the song's progress. So any suggestion on a library or how to? Thank you for any help.

Example: http://www73.zippyshare.com/v/6ElodH7W/file.html

Upvotes: 0

Views: 1514

Answers (1)

SnyersK
SnyersK

Reputation: 1296

I haven't used this myself, but maybe this library can be of use to you? https://android-arsenal.com/details/1/1446

It provides you with a round progress bar, of which you can adjust the circle size and post progress to it.

If you use this and put an imageButton of a play button underneath it, this might do the trick.

Upvotes: 2

Related Questions