CircularProgressDrawable
(SESL modified) Drawable that renders the animated indeterminate progress indicator in the Material design style without depending on API level 11.
To use one of the pre-defined sizes instead of using your own, setStyle should be called with one of the DEFAULT or LARGE styles as its parameter. Doing it so will update the arrow dimensions, ring size and stroke width to fit the one specified.
If no center radius is set via setCenterRadius or setStyle methods, CircularProgressDrawable will fill the bounds set via setBounds.
Types
Link copied to clipboard
Properties
Functions
Link copied to clipboard
Returns the center radius for the progress spinner in pixels.
Link copied to clipboard
Returns the colors used in the progress animation
Link copied to clipboard
Link copied to clipboard
Returns the amount of rotation applied to the progress spinner.
Link copied to clipboard
Sets the center radius for the progress spinner in pixels.
Link copied to clipboard
Link copied to clipboard
Sets the colors used in the progress animation from a color list.
Link copied to clipboard
Sets the amount of rotation to apply to the progress spinner.