Android : Semi Circle Progress Bar
问题 I want semi circle progress bar in background of image. just like below image. i have tried to draw using canvas but can't get success. i have also tired some custom progress bar library but result is same. any suggestions. looking for one time development and used in every screen size. 回答1: This can be implemented by clipping a canvas containing an image at an angle (By drawing an arc). You can use an image something like this And clip that image by drawing an arc. Here is how you can do it.