I am working on an app in which I want to show a ProgressBar, but I want to replace the default Android ProgressBar.
ProgressBar
So how can I customize
in your xml
And in res/values/styles.xml:
res/values/styles.xml
And custom_progress_bar_horizontal is a xml stored in drawable folder which defines your custom progress bar. For more detail see this blog.
custom_progress_bar_horizontal
I hope this will help you.