How CircularProgressDrawable is composed
masterThe CircularProgressDrawable is composed of three distinct visual layers:
- Inner Circle: The central part of the drawable. Its radius can be scaled to create progress effects or to act as a background for a
TextView. - Outline Ring: A ring surrounding the inner circle that serves as a subtle cue for the empty state of the progress.
- Outer Ring: Used to indicate progress. In the current version, the progress ring is filled from the bottom and moves counter-clockwise.