I am using a circular ProgressBar in my Activty.My Problem is this it is not visible properly on my page because my page\'s BG color is same as ProgressBar .So
ProgressBar
Try using this in your XML
android:indeterminateDrawable="@drawable/yourxmlfile" style="@android:style/Widget.ProgressBar.Small"