The
widget.progress.* package contains collection of UI controls/widgets to indicate progress in some operation. These widgets add more functionalities to the Android
ProgressBar,
SeekBar, and
RatingBar.
Some of the enhancements implemented in these widgets include:
easy colorization, pattern overlay, animation, and other enhancements.
Classes
| CircularProgressBar |
A custom ProgressBar with circular progress indicators that allows easy customization,
such as changing the progress colors, pattern overlay, etc. |
| EnhancedProgressBar |
A custom ProgressBar that allows easy customization, such as changing the progress colors, clipping, pattern overlay, etc. |
| EnhancedRatingBar |
A custom RatingBar that allows easy customization, such as changing the progress colors, pattern overlay, etc. |
| EnhancedSeekBar |
A custom SeekBar that allows easy customization, such as changing the progress colors, pattern overlay, etc. |