Android : Semi Circle Progress Bar

前端 未结 6 1584
离开以前
离开以前 2020-12-02 08:02

I want semi circle progress bar in background of image. just like below image.

\"enter

6条回答
  •  庸人自扰
    2020-12-02 08:12

    You can try SeekArc Library. I know its a different kind of seekbar, but with some minor customization, you can use it for your app as a progressbar. I've done the same. You just need to change some properties like
    seekarc:touchInside="false".
    Its fairly simple.

    Now the custom implementation on my app looks somewhat like this:

    Custom progressbar in CleanMaster

    img src: CleanMaster at Google Play

提交回复
热议问题