Android : Semi Circle Progress Bar

前端 未结 6 1592
离开以前
离开以前 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:28

    You can use this library :

     compile 'com.github.lzyzsd:circleprogress:1.1.1'
    

    for example :

       
    

    
    

    For more information see the following website :

    https://github.com/lzyzsd/CircleProgress

提交回复
热议问题