CircularProgressBar
This is an Android project allowing to realize a circular ProgressBar in the simplest way possible.
USAGE
To make a circular ProgressBar add CircularProgressBar in your layout XML and add CircularProgressBar library in your project or you can also grab it via Gradle:
XML
You must use the following properties in your XML to change your CircularProgressBar.
Properties:
app:cpb_progress
(integer) -> default 0app:cpb_progressbar_color
(color) -> default BLACKapp:cpb_background_progressbar_color
(color) -> default GRAYapp:cpb_progressbar_width
(dimension) -> default 7dpapp:cpb_background_progressbar_width
(dimension) -> default 3dp