How to show an indeterminate horizontal progress bar in android? The animation of the progress bar should start from 0 to 100 and then go back from 100 to 0 continuously. I
In the xml defining your progress bar, you can add
style="@android:style/Widget.ProgressBar.Horizontal"