I am working on an app in which I want to show a ProgressBar
, but I want to replace the default Android ProgressBar
.
So how can I customize
There are two types of progress bars called determinate progress bar (fixed duration) and indeterminate progress bar (unknown duration).
Drawables for both of types of progress bar can be customized by defining drawable as xml resource. You can find more information about progress bar styles and customization at http://www.zoftino.com/android-progressbar-and-custom-progressbar-examples.
Customizing fixed or horizontal progress bar :
Below xml is a drawable resource for horizontal progress bar customization.
-
-
Customizing indeterminate progress bar
Below xml is a drawable resource for circular progress bar customization.
-